So I have a pretty basic tableviewcontroller with a prototype cell containing a text label.
I'm accessing the label via tag so it shouldn't be an allocation issue, but I might be wrong.
Cell for row seems to be firing when I called [self.tableview reloaddata] and the table data actually DOES reload.
The only time it stops reloading is when I navigate my navigation view controller and go to a different tableview section (or even go back to the same section)...
...which that has me at a loss.
I did a NSLog on the tableview, and it's the same tableview....so I'm confused....
Any help would be great...
I'm accessing the label via tag so it shouldn't be an allocation issue, but I might be wrong.
Cell for row seems to be firing when I called [self.tableview reloaddata] and the table data actually DOES reload.
The only time it stops reloading is when I navigate my navigation view controller and go to a different tableview section (or even go back to the same section)...
...which that has me at a loss.
I did a NSLog on the tableview, and it's the same tableview....so I'm confused....
Any help would be great...