I need a UITableView delegate method that need to be called from another function at compilation time…is there any default UITableView delegate methods that i can use? if not, please comment on how to add an extra delegate method in addition to the existing ones.
Thanks in advance
Make sure you set
UITableviewDelegate in either way – fromNIBor programatiallyUsing NIB
From Nib :-
Programatically :-

then:-
Use following delegates:
Below use for set height of cellBelow use for gatting particular cells data by selecting row this method called