I need to refresh the content of a view as soon as I popViewController
Posted
by Harry Pham
on Stack Overflow
See other posts from Stack Overflow
or by Harry Pham
Published on 2010-04-08T03:33:04Z
Indexed on
2010/04/08
3:43 UTC
Read the original article
Hit count: 487
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?
© Stack Overflow or respective owner