I have one local UIDocument that contain save NSArray of recently views articles into single file.
My app is UITabbarController based, In one tab there is list of fetched articles from internet, the other one is UITableView backed with this UIDocument. Everything load just fine the problem is UIDocument didn't update once it has open. When I use Core data and NSFetchedResultController it work seamlessly with those controllerWillChangeContent
. Is there any similar one for UIDocument ?