I wanna display a name list and a button under the list, but not sure how should i do it. Is it correct to create a blank View Controller, then drag a table view with table view cell and a button to it? The button will navigate to the add names function. Or is it possible directly with a table view controller?
If i do it with blank view controllers ,i must make a class for the dragged table view and cell or i can edit them inside the class of a normal view controller? I wanna use it with Parse.com and it's PFQueryTableViewController.
This is how it looks like now:
