Sorix / CloudCore

Framework that enables syncing between iCloud (CloudKit) and Core Data
MIT License
153 stars 40 forks source link

Dumb Question: Refreshing at start #40

Closed theslash closed 6 years ago

theslash commented 6 years ago

Hi, just another one of my dumb questions:

when I start the app, CloudCore initializes the first fetch Operation. How would I trigger a tableview refresh AFTER the first Fetch Operation?

I got it working when a change notification comes, but at the first start it doesn't work.

In my viewDidLoad() I have the data Refresh function but it always runs BEFORE the first Fetch Operation and so if changes where made from another device, They only get displayed after I manually refresh.

sorry for my dumb questions, but what would be a good way to go on here?