Kodeco Forums

UITableView Tutorial: Dynamic Table View Cell Height

Learn how to enable dynamic table view cell height in iOS 8


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2004-uitableview-tutorial-dynamic-table-view-cell-height

Nice,It is helpful to me.

Excellent, detailed and well explained article. Adding images to variable length wrapped textfield cells is hard, but with this article it’s easy. Thank you!

Per

Excellent tutorial. Was exactly what I was looking for and it was explained so well.

Much appreciated!

Excellent tutorial. I implemented it and works great. Although I noticed one thing, When adding a paging behavior to my table view which fetches and appends more rows when user scrolls down to the last row in the table view. Now, when the new rows are appended to the table view, it jumps and loses the row at which the user was. Usually it works fine with non-dynamic cell heights. But with dynamic cell heights I am seeing this behavior. Any ideas to get around this problem will be highly appreciated.

Thank you in advance.