Project example: http://cl.ly/1o2K2m2r262q
I have UITableViewwith custom cells that are automatically calculated by height from Auto Layout. Custom cells have three labels, each of which is located with a vertical interval between each other and the type of content and is discarded on the left side.
It works great when entering data and loading.
However, when I fashionably present a view controller from a view controller containing a table view, I notice that it completely breaks the automatic layout when I return to the original view controller.
What can cause this? I populate the data into a simple array that acts like a model for a table view data source, and then it's just an automatic layout. This is such a simple project that I get confused where it would be useless.
Addendum: I appreciate rdelmar's answer, but I just can't believe that no application has been sent right now that uses this feature of iOS 8 dynamic cells without making terribly animated table views. That would be incredibly noticeable. Someone must have figured out a way to do this work, otherwise they would never have sent it.
source
share