I'm trying create UITableViewCell from Nib. So my xib. file looks like:
How change height of each row of my tableView depends of content size?
I'm trying create UITableViewCell from Nib. So my xib. file looks like:
How change height of each row of my tableView depends of content size?
Look at great tutorial: https://www.raywenderlich.com/129059/self-sizing-table-view-cells Its for autolayout-way. But delegate method
is much more preferred cause its REAL faster. Look here: https://medium.com/ios-os-x-development/perfect-smooth-scrolling-in-uitableviews-fd609d5275a5#.i439tyds6