Download background table fetcher Free Java Code
Description
This project is a sample App that uses NSFetchedResultsController connected to NSManagedObjectContext operating on private queue. No Core Data operations are performed on the main thread. 100k entity objects are modified and at the same time presented in UITableView without any impact on UI responsiveness (tested only on simulator, but on an old, slow Mac Mini).
Source Files
The download file background-table-fetcher-master.zip has the following entries.
.gitignore//from w ww .j a v a 2 s.c om
BackgroundTableFetcher.xcodeproj/project.pbxproj
BackgroundTableFetcher.xcodeproj/project.xcworkspace/contents.xcworkspacedata
BackgroundTableFetcher/BTFAppDelegate.h
BackgroundTableFetcher/BTFAppDelegate.m
BackgroundTableFetcher/BTFCoreDataManager.h
BackgroundTableFetcher/BTFCoreDataManager.m
BackgroundTableFetcher/BTFDataModel.xcdatamodeld/BTFDataModel.xcdatamodel/contents
BackgroundTableFetcher/BTFMainViewController.h
BackgroundTableFetcher/BTFMainViewController.m
BackgroundTableFetcher/BTFUser.h
BackgroundTableFetcher/BTFUser.m
BackgroundTableFetcher/BackgroundTableFetcher-Info.plist
BackgroundTableFetcher/BackgroundTableFetcher-Prefix.pch
BackgroundTableFetcher/Images.xcassets/AppIcon.appiconset/Contents.json
BackgroundTableFetcher/Images.xcassets/LaunchImage.launchimage/Contents.json
BackgroundTableFetcher/en.lproj/InfoPlist.strings
BackgroundTableFetcher/main.m
BackgroundTableFetcherTests/BackgroundTableFetcherTests-Info.plist
BackgroundTableFetcherTests/BackgroundTableFetcherTests.m
BackgroundTableFetcherTests/en.lproj/InfoPlist.strings
LICENSE
README.md
Download
Click the following link to download background-table-fetcher-master.zip.
background-table-fetcher-master.zipHome »
Objective C Free Code »
UI »
Objective C Free Code »
UI »