iphone - Remembering state: content offset and table cell reuse -


I have a table view with those cells in which there is scrollviewview, scrollwhose is endorsed, two pages are accurate , And this means to be able to compare two small blocks of text.

I am trying to find a way to remember what the content offset of ScrollView is. Cell reuse is killing me.

I have tried to reset the offrefresh to prepare or directly in cellphonereut expeat, but I think what you want: random offset tablecases after reuse.

Anyone have any ideas?

If I understand this right, you have a scrollview in each cell Want to remember What you need to do is set up by providing your UITableViewDataSource and setting it in your cellForRowAtIndexPath method.


Comments