I have a tableView with two custom cells. I need to to define the height of one cell but leave the other alone. I am trying to learn Objective-C, so any help would be greatly ap
To specify the height of a table cell, you need to provide the UITableViewDelegate method tableView:heightForRowAtIndexPath:.
UITableViewDelegate
I am trying to learn Objective-C, so any help would be greatly appreciated!
Your first port of call should be the documentation.