I am using custom cells for different sections within my tableview. I know that I can adjust the height of the roows of my table in Interface Builder. but how do I control the height of my tableview's rows if I have 3 sections each with a different row height?
Many thanks
Implement tableView:heightForRowAtIndexPath:
in your UITableViewDelegate
(which is most likely your table-view's controller).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With