Download MagicalRecord Example App Free Java Code

Description

Example App for using MagicalRecord + CoreData.

Source Files

The download file MagicalRecord-Example-App-master.zip has the following entries.


MagcalRecord Example/MagcalRecord Example.xcodeproj/project.pbxproj
MagcalRecord Example/MagcalRecord Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata
MagcalRecord Example/MagcalRecord Example.xcodeproj/project.xcworkspace/xcuserdata/alexblunck.xcuserdatad/UserInterfaceState.xcuserstate
MagcalRecord Example/MagcalRecord Example.xcodeproj/xcuserdata/alexblunck.xcuserdatad/xcschemes/MagcalRecord Example.xcscheme
MagcalRecord Example/MagcalRecord Example.xcodeproj/xcuserdata/alexblunck.xcuserdatad/xcschemes/xcschememanagement.plist
MagcalRecord Example/MagcalRecord Example/AddViewController.h
MagcalRecord Example/MagcalRecord Example/AddViewController.m
MagcalRecord Example/MagcalRecord Example/AddViewController.xib
MagcalRecord Example/MagcalRecord Example/AppDelegate.h
MagcalRecord Example/MagcalRecord Example/AppDelegate.m
MagcalRecord Example/MagcalRecord Example/Default-568h@2x.png
MagcalRecord Example/MagcalRecord Example/Default.png
MagcalRecord Example/MagcalRecord Example/Default@2x.png
MagcalRecord Example/MagcalRecord Example/MagcalRecord Example-Info.plist
MagcalRecord Example/MagcalRecord Example/MagcalRecord Example-Prefix.pch
MagcalRecord Example/MagcalRecord Example/Model.xcdatamodeld/Model.xcdatamodel/contents
MagcalRecord Example/MagcalRecord Example/Person.h
MagcalRecord Example/MagcalRecord Example/Person.m
MagcalRecord Example/MagcalRecord Example/PersonTableViewController.h
MagcalRecord Example/MagcalRecord Example/PersonTableViewController.m
MagcalRecord Example/MagcalRecord Example/en.lproj/InfoPlist.strings
MagcalRecord Example/MagcalRecord Example/main.m
MagcalRecord Example/MagicalRecord/Categories/DataImport/MagicalImportFunctions.h
MagcalRecord Example/MagicalRecord/Categories/DataImport/MagicalImportFunctions.m
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSAttributeDescription+MagicalDataImport.h
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSAttributeDescription+MagicalDataImport.m
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSEntityDescription+MagicalDataImport.h
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSEntityDescription+MagicalDataImport.m
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSNumber+MagicalDataImport.h
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSNumber+MagicalDataImport.m
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSObject+MagicalDataImport.h
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSObject+MagicalDataImport.m
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.h
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.m
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSString+MagicalDataImport.h
MagcalRecord Example/MagicalRecord/Categories/DataImport/NSString+MagicalDataImport.m
MagcalRecord Example/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.h
MagcalRecord Example/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m
MagcalRecord Example/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalDataImport.h
MagcalRecord Example/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalDataImport.m
MagcalRecord Example/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalFinders.h
MagcalRecord Example/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalFinders.m
MagcalRecord Example/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRecord.h
MagcalRecord Example/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRecord.m
MagcalRecord Example/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRequests.h
MagcalRecord Example/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRequests.m
MagcalRecord Example/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalObserving.h
MagcalRecord Example/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalObserving.m
MagcalRecord Example/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.h
MagcalRecord Example/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m
MagcalRecord Example/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalSaves.h
MagcalRecord Example/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalSaves.m
MagcalRecord Example/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalThreading.h
MagcalRecord Example/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalThreading.m
MagcalRecord Example/MagicalRecord/Categories/NSManagedObjectModel+MagicalRecord.h
MagcalRecord Example/MagicalRecord/Categories/NSManagedObjectModel+MagicalRecord.m
MagcalRecord Example/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.h
MagcalRecord Example/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.m
MagcalRecord Example/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.h
MagcalRecord Example/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.m
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+Actions.h
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+Actions.m
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+ErrorHandling.h
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+ErrorHandling.m
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+Options.h
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+Options.m
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+Setup.h
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+Setup.m
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+ShorthandSupport.h
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+ShorthandSupport.m
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+iCloud.h
MagcalRecord Example/MagicalRecord/Core/MagicalRecord+iCloud.m
MagcalRecord Example/MagicalRecord/Core/MagicalRecord.h
MagcalRecord Example/MagicalRecord/Core/MagicalRecord.m
MagcalRecord Example/MagicalRecord/Core/MagicalRecordShorthand.h
MagcalRecord Example/MagicalRecord/CoreData+MagicalRecord.h
README.md/*w w w  .j  a v  a2 s  .  c  o  m*/

Download

Click the following link to download MagicalRecord-Example-App-master.zip.

MagicalRecord-Example-App-master.zip




















Home »
  Objective C Free Code »
    Development »




AdMob
Algorithm
Annotation
App
Authentication
Barcode
Calendar
client Library
Cocoa
Commandline
CoreData
Demo
Example
Framework
Google API
Google SDK
GoogleAnalytics
Graph
iTune
JavaScript
Json
KML
Library
List
MapKit
Matlab
Menu
Message
MVVM
NSDate
NSWindow
OAuth
Objective C API
Objective C Library
Objective C Sample
OsX Framework
Plugin
Sample
SDK
SDK Sample
Share
Storyboard
UnitTest
xcode
XML