0

I would like to replicate the design of the powerschool app as it seems there is a cell inside a cell. How do I do this?

Example cell

1 Answers1

0

Don't do that.

Try instead to make a custom TableViewCell with all the subviews to satisfy your design needs.

  • Why not do that? Sometimes it's highly useful to include a cell inside another cell. I bet Facebook has something like that for shared posts: the shared post is just a post cell inside another post cell. If you manage to simply include, you don't have to maintain 2 separate cells which are the same, just one inside the other. If you make 2 separate cells you'll have to update them both for each little change you decide to do on it. – Velociround Sep 12 '15 at 11:14