How to show migration progress of NSMigrationManager in a UILabel?
问题 I have a lot of binary data on Core Data which I would like to remove and save as files so I setup the code so that it would run a manual migration. The problem is that because I have to pull binary from Core Data and save them to files, the migration process could take a very long time depending on how much data there is. I would like to show a simple progress label so that users wouldn't think that the app is frozen. // app did launch - (BOOL)application:(UIApplication *)application