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:
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
Post a Comment