Live data from Hacker News

Viewing profile — webstersx

webstersx

HN member
Joined
Mon, Jul 21, 2014, 5:23 AM UTC
HN karma
1
Public activity
2 items

About webstersx

No profile information was provided.

Recent public activity

  1. comment
    Comment #8062643

    RLMRealm *realm = [RLMRealm defaultRealm]; [realm beginWriteTransaction]; for (NSDictionary *v in json[@"venues"]) { Venue *venue = [Venue createInDefaultRealmWithObject:v]; NSArra…

  2. comment
    Comment #8062628

    Although I don't know exactly what the implications are just yet, I've created a category on one of my RLMObject subclasses which accepts an NSArray or NSDictionary property and in…