objective c - UITableViewCell height not getting updated on scroll (cell reuse issue) -


i have variable cell height working auto-layout (ios8) per answer.

cell heights correct when table loaded. if scroll table cell height not correct cells. seems cell being reused without height being readjusted.

i have 1 custom view in cell determines height of cell. have overridden instrinsiccontentsize view.

it seems instrinsiccontentsize not called on cell reuse. have tried setneedslayout, setneedsdisplay etc cell height updated on resuse no luck.

needed call invalidateintrinsiccontentsize custom view when configuring cell.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -