Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

Can anybody please tell me how to create multiple table views inside a table in objective-C?

Please help me to solve this, thanks!

Alan Wade
2013-04-23 17:48:59
Another link that may be useful:http://stackoverflow.com/questions/5747889/two-uitableview-in-the-same-view
ha14
2013-04-23 15:14:40
How To Make An Interface With Horizontal Tables Like The Pulse News App: Part 2http://www.raywenderlich.com/4723/how-to-make-an-interface-with-horizontal-tables-like-the-pulse-news-app-part-2perhaps it can guide you?
MAKEUSEOF VIDEO OF THE DAY
SCROLL TO CONTINUE WITH CONTENT
Adam Campbell
2013-04-23 14:11:24
OK, to preface my answer, let me point out that I do not program for iOS so this answer may not be what you are looking for. After a little digging on the subject, I found some things which hopefully answer your question. From stackoverflow: http://stackoverflow.com/questions/6306920/table-view-inside-a-table-view. According to the answer, Apple discourages putting a table view inside another table view. Also from stackoverflow: http://stackoverflow.com/questions/14479476/how-to-create-multiple-table-views-inside-a-table-in-objective-c. Also it may behove you to check out this site as well: http://iappexperience.com/post/23157217438/how-to-add-multiple-uitableviews-in-the-same-view.