UILabels NOT Updating
- by Chris Calleja Urry
i have a UITableView that is being populated by core data , now , when i click on a cell , it pushes me to another view where i can edit the data that is in that particular index , when i return , the system either crashes or else doesnt load the changes onto the labels , any ideas ? code below
-(void)viewWillAppear:(BOOL)animated { …