- This is a recipe iOS application
- It uses CoreData to persist data
- You can add, update, and delete recipes and ingredients
- You can search your recipes with the search bar by typing the name, category, description, or ingredients
- UI with Storyboard
- MVC Design Pattern
- Foundation
- UIKit
- CoreData
- DropDown
- How to use CoreData
- How to use DropDown
- How to implement a search bar
- How to implement the protocol delegate pattern
- How to better work with table views and cells