ARNRealmExtension 0.1.0

ARNRealmExtension 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by airin.



  • By
  • xxxAIRINxxx

Extension of the defaultPropertyValues Method of the Realm.

Subclass of RLMObject also supports.

It was with reference to the following blog. (Thanks!)

Why Realm is great and why are we not using it

What is Realm ?

Realm

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

RLMObject.m (or Subclass)

+ (NSDictionary *)defaultPropertyValues
{
    return [self arn_realmDefaultPropertyValues];
}

Requirements

  • iOS 7.0+
  • ARC

Installation

Dependency

realm-cocoa

License

ARNRealmExtension is available under the MIT license. See the LICENSE file for more info.