Posts

Post not yet marked as solved
5 Replies
0 Views
If you use core data as Database, you can create a separate class with NSFetchResultController that will handle data updates. Then in ViewControllerB you will subscribe to FetchResult notifications and reload data when it available.