0

Is it possible to create an UITableView inside UITableViewCell?

I want to create layout like this. In that i have Taken one MainUItableView and other is the SubUITableView. MainUItableView consists of SubUITableView. For example Classification is part of SubUITableView which is kept in MainUITableView.

You can find out the layout image which from this url : http://filedb.experts-exchange.com/incoming/2014/08_w35/869555/IMG-1101.jpg

  • a UITableViewCell is a UIView, which means you can put another UIView inside but that is asking for troubles ;) Why do you want to do that ? And have you consider UICollectionView ? – teriiehina Aug 30 '14 at 11:51
  • Refer this link :- http://iosstuff.wordpress.com/2011/06/29/adding-a-uitableview-inside-a-uitableviewcell/ – Amit Aug 30 '14 at 12:26
  • @teriiehina Please find the images from the url mentioned above or else click on this link : http://filedb.experts-exchange.com/incoming/2014/08_w35/869555/IMG-1101.jpg – Darshit Shah Sep 01 '14 at 06:24
  • @Amit : I have gone to this link before. But i could not found any help from it. If you have other reference then please provide that also.. Thanks in advance. – Darshit Shah Sep 01 '14 at 06:26
  • [THIS](http://stackoverflow.com/questions/21365167/nested-uitableview-not-returning-any-cells/21366827#21366827) answer of mine might help you. Nesting table views is acceptable. – n00bProgrammer Sep 01 '14 at 06:45
  • Also try this link :- http://stackoverflow.com/questions/17398058/is-it-possible-to-add-uitableview-within-a-uitableviewcell – Amit Sep 01 '14 at 07:26

0 Answers0