Hi all.
I am making use of a textView as a ContentView for my cells to show a set of details..
On viewWillAppear i am reloading the table, and setting the text for teh textViews..
It is doing perfectly when i swap between tabs (as the viewWillAppear: is calling)...
But the problem is that when i scroll down to the table and if i scroll up, the cell is becoming blank (textView's text is empty)..But i tried debugging, every thing is doing perfectly, but i am losing content in UI, in device also i noticed this fact..
I hope while i scroll also [myTable reloadData] is getting called automatically.. The problem is only when scroll is happening, if i swap between the tabs, everything will come perfectly...
Is it a bug????
I am making use of a textView as a ContentView for my cells to show a set of details..
On viewWillAppear i am reloading the table, and setting the text for teh textViews..
It is doing perfectly when i swap between tabs (as the viewWillAppear: is calling)...
But the problem is that when i scroll down to the table and if i scroll up, the cell is becoming blank (textView's text is empty)..But i tried debugging, every thing is doing perfectly, but i am losing content in UI, in device also i noticed this fact..
I hope while i scroll also [myTable reloadData] is getting called automatically.. The problem is only when scroll is happening, if i swap between the tabs, everything will come perfectly...
Is it a bug????