Wednesday, February 5, 2014

Custom TableViewControllers

1.   NSUbiquitousKeyValueStore: This has a method called defaultStore That is used for storing data in a single row in memory on the phone in order to not have to utilize Core Data.
2.   Table View Controller Delete Button: Essentially a UITableView has a nested ScrollViewController that enables the side scroll to see the Delete button when specific methods are called on the TableView to enable this.
3.   Custom TableView Content View: In order for me to do this You will need to contain the tableViewCell in a custom ScrollViewController with UIButtons attached in the end.


No comments:

Post a Comment