Sjoerd Janssen

Results 6 comments of Sjoerd Janssen

@damienrambout I might be a little late with this, but how did you manage to give the navigation bar a solid color? I've been struggling for two days with this.

I will check this out tomorrow. Thanks for creating such a quick demo.

I'm not too familiar with storyboards - I do most things programmatically. What would you like to see? We can't do custom segues, so I don't really know what the...

Aah, thanks for the reply. So just to get this clear for me, this would mean I'd have to run that before initialising the `RLMBrowserViewController`? [RLMBrowserViewController registerAppGroupRealmAtRelativePath:@"db.realm" forGroupIdentifier:@"group.myorganisation.myapp"]; RLMBrowserViewController *controller...

Thanks for the reply. It won't work for me with this code, though. In my application, there's a `Utilities` class that contains the following methods: ``` + (NSString *)getRealmPath {...

Yeah, I can see the Realm file and the models, but not the entries.