ios - tableview in normal view controller -
I need to use the storyboard for the project which rewrites the old project. I I do have some problems when using the storyboard I table view controller instead he uses a typical view controller, because the view controller buttons and labels I Problem how it is that I do not know the sequence controller When the user selects the cell from the table view to link between the extension view controller.
Just drag a tableview to a general vice chancellor.
Ctrl + drag UITableView delegate and his Chancellor to implement data source protocol (< code> @intrfaes Mayvk: Uivievkantrolr & lt; Uitblaviawdtsurs, Uitblaviawdelegte & gt; ). . mandatory protocols ways:
- (NSInteger) tableView: (UITableView *) tableView numberOfRowsInSection: (NSInteger) section {} - (UITableViewCell *) tableView: (UITableView *) Tblaviav Kellforrovtindekspat: (Nsindekspat *) Indekspat {}
Comments
Post a Comment