ios - Load the tableview in another viewcontroller's view -


is there way load uitableview storyboard?

storyboard image

such table view in image.

what did is:
self.view addsubview:vc.view not worked.

i want load tableview in viewcontroller's view. in advance!


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -