My app has 3 tabs (Kids, Points and Requests) with same result list. I'm using a custom cell to show kids information with same data in 3 tabs.
For example:
Kids Tab:
- Kid name 1
- Kid name 2
- Kid name 3
Points tab:
- Kid name 1
- Kid name 2
- Kid name 3
Requests tab:
- Kid name 1
- Kid name 2
- Kid name 3
When I go to Requests and select a kid I push another view with total requests per selected kid. Now the VERY weird thing, when I back to Points or Kids tab and reload (i'm using pull to refresh, what is not the problem) only the FIRST row appear!
I'm using NSXML to parse the XML and adding to a NSMutableArray called itemList after this I populate the tableview.
What I already tried:
tried to replace NSXML with TBXML parser without success the sameproblem occurs.
tried to remove custom cells and use the default cell without success.
tried to change the cell identifiers without success.
tried to change all variables names trying to avoid variable replacement.
NSLog in all vars and objs in app trying to show everything without success.
tried to remove pull to refresh and same problem occurs.
All kind of help its appreciated :)
Thanks! Cleber Santos