ViewA load some data from Coredata, then push to the next viewB. In viewB, there are some function, that will change the content of viewA (meaning viewB change the content of core data). However, when I pop the view back to viewA, my content stay the same as before. How can I fix this?
ViewA load some data from Coredata, then push to the next viewB . In
Share
in viewA’s
-(void)viewWillAppear:(BOOL)animateddelegate method you can refresh the control you need… i.e. if you want to reload table thatin viewWillAppear method
write