Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 488 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 488 Bytes

IngredientShopper

This is a project app I developed for my SE-3020 Mobile Application Development for iOS. It uses a UITableViewController with a UITableView to show a list of ingredients a user has added to track what ingredients they want to shop for meals. Each ingredient is shown in an individual UITableViewCell. Tapping on a cell leads to a second screen with a UIStackView using a UINavigationController.

Main Screen

Detail Screen