How to manage UI Table View in View Controller
问题 I've got a simple UI View, with some items in it. I'd like to place in it a Table View. Can anybody explain me with easy steps what do I have to write in order to manage it? I have another UITableView with elements in it, rows etc. The problem is implementing a TableView in a UI View: I don't know how to add rows etc from there. I tried, with no success, to do the following: @interface SecondViewController : UIViewController <UITableViewDelegate> { UITextField *indirizzo; NSMutableData *data;