Google News
logo
IOS - Interview Questions
What are the main tasks of a tableview delegate object in iOS?
The tableview delegate methods are defined to add the following features to the tableview.
 
* We can create the custom headers and footers for the sections in the tableview.
* We can specify the custom heights for rows, headers, and footers.
* Provide height estimates for the rows, headers, and footers.
* We can define the method which can handle the row selections.
Advertisement