Hi guys,
I came across a problem regarding the usage of UITableViewDelegate for one of my apps.
As it contains many methods , i implemented almost all and i found that only two are executing and the third method is not executing.
( delegate methods are called when i call reloadData, and the noOfSections and noOf Rows are gettiing initialized, but the method for allocation of cells for each row is not getting executed.
Kindly help me....
I came across a problem regarding the usage of UITableViewDelegate for one of my apps.
As it contains many methods , i implemented almost all and i found that only two are executing and the third method is not executing.
( delegate methods are called when i call reloadData, and the noOfSections and noOf Rows are gettiing initialized, but the method for allocation of cells for each row is not getting executed.
Kindly help me....