GiselleSerate / suitelife

2017 Harvey Mudd Summer Startup Project: iOS App.
https://suite-life.org/
0 stars 0 forks source link

Change EditSinglePropertyViewController and EditArrayOfPropertiesViewController to be UIViewControllers #41

Closed cole-k closed 7 years ago

cole-k commented 7 years ago

In detail:

For EditSinglePropertyViewController, make it a UIViewController that implements UITableViewDelegate and UITableViewDataSource with a nested TableView for the results instead of what it is currently (UITableViewController).

For EditArrayOfPropertiesViewControllers, make it just a UIViewController.