Thursday, December 5, 2013

How to dynamically add a UITableViewCell to UITableView

I created two navigation view controller, sub-view controller setup data (NSDate) put the data back to the parent view controller, the parent view controller to add a table cell according to its data into the table (Alarm list) in , how to achieve?
Reply:
Use insertRowsAtIndexPaths: withRowAnimation: Method

No comments:

Post a Comment