Viewing profile — webstersx
webstersx
HN member- Joined
- Mon, Jul 21, 2014, 5:23 AM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About webstersx
No profile information was provided.
Recent public activity
-
comment
Comment #8062643
RLMRealm *realm = [RLMRealm defaultRealm]; [realm beginWriteTransaction]; for (NSDictionary *v in json[@"venues"]) { Venue *venue = [Venue createInDefaultRealmWithObject:v]; NSArra…
-
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…