NBNRealmBrowser
NBNRealmBrowser is the iOS companion to the Realm Browser for Mac.
Install / Use
/learn @nerdishbynature/NBNRealmBrowserREADME
NBNRealmBrowser
NBNRealmBrowser is the iOS companion to the Realm Browser for Mac. It displays all information for your current realm for debugging purposes.

Try it out now!
To run the example project, clone the repo, and run pod install from the Example directory first.
Installation
NBNRealmBrowser is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NBNRealmBrowser"
Usage
NBNRealmBrowser was built using a UISplitViewController and it has to be presented modally.
I created a convenient method for getting the ViewController you should present.
The basic usage is as follows:
#import "NBNViewController.h"
#import <NBNRealmBrowser/NBNRealmBrowser.h>
@interface NBNViewController ()
@end
@implementation NBNViewController
- (void)viewDidLoad {
[super viewDidLoad];
[self setupRealmBrowserButton];
}
- (void)setupRealmBrowserButton {
UIBarButtonItem *barButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Realm Browser"
style:UIBarButtonItemStylePlain
target:self
action:@selector(openRealmBrowser:)];
self.navigationItem.rightBarButtonItem = barButtonItem;
}
- (void)openRealmBrowser:(id)sender {
[self presentViewController:[NBNRealmBrowser browser] animated:YES completion:nil];
}
@end
Known Issues
- Due to the UISplitViewController nature (you shouldn't present it modally) dismissing the browser in Portrait mode leads to an unusable app. A proposed workaround is to use it in Landscape only. NOTE: This effects iPad projects only.
License
NBNRealmBrowser is available under the MIT license. See the LICENSE file for more info.
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
