This app allows the user to place a order at a mock fast food restaurant. Build the meal by going through the different sections of the menu and choosing from a variety of options. When completed, a review of the meal choices is presented before placing the final order.
Features:
- Written entirely programmatically (no storyboards or nibs)
- NSNotificationCenter delivers updated information to the 'final order'
- Visual constraints instead of auto latyout
- Container view with multiple View Controllers alive at one time
- Subclass UIView to display different meal images (drawn with UIBezier paths)
- Custom tableview cells (users check off what toppings they want)
- animations to transition from one menu section to the next