objective c - What is the best way to add a table view controller to a custom table view object? (using nib) -


im working nib files, , 1 of nib files custom view represent setting pop-up view app.

the nib looks this:

enter image description here

now, want create controller class uitableview component, class include setup methods table view (like cellforrowatindexpath).

how do this?

because if create uitableviewcontroller class cannot assign table view component because it's of type uitableview, , if create uitableview objective c class dont auto complete methods need feels wrong here..

what proper way?

thanks!!


Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -