Is there any way to load a uitableview from a storyboard?
Such as the Table View in my image.
What I did is:
self.view addSubView:vc.view
not worked.
I want to load the tableview in another viewcontroller's view. thanks in advance!
Is there any way to load a uitableview from a storyboard?
Such as the Table View in my image.
What I did is:
self.view addSubView:vc.view
not worked.
I want to load the tableview in another viewcontroller's view. thanks in advance!