views:

23

answers:

0

Hi guys, this is quite a nobrainer problem but as im quite new to these things I don't seem to manage it . I have a grouped table view with several sections, with different number of text field cells at each section. Have an SQLite database that saves the field values when the user taps a button. Now the problem because of how reusable cells work the text content of the cells disappear when scrolled off screen. I wanted to create an array to hold the temporary text values,but can't seem to handle it because of the sections in the table view. Any help is welcome. Thanks.