quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

NSScreencast Episode #52 RestKit - CoreData

RestKit - CoreData - NSScreencast

RestKitとCoreDataを使ってデータを取得

  • @interface Beer : NSManagedObject
  • NSOrderedSet *breweries;
    • @dynamic abv, ibu, labelIconImageUrl, name, breweries, style;
  • MappingProvider
    • [RKEntityMapping mappingForEntityForName:@"BeerStyle" inManagedObjectStore:
  • BeerInfoDataModel
    • setup RKManagedObjectStore
    • sqlite
      • RKApplicationDataDirectory
      • addSQLitePersistentStoreAtPath
      • optionsForSqliteStore
        • NSInferMappingModelAutomaticallyOption
        • NSMigratePersistentStoresAutomaticallyOption
  • App for SQLite
    • Induction (free)
  • XCode ⇧⌘O - Open Quickly