DebugMenuRealmBrowser

RealmBrowser is a Realm browser and editor on ios applications.


License
MIT
Install
pod try DebugMenuRealmBrowser

Documentation

DebugMenuRealmBrowser

Platform Language CocoaPods Carthage compatible License

Screenshot

Example

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

Usage

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
  DebugMenuRealmBrowserViewController.prepare(moduleName: "<module name>")
  DebugHead.sharedInstance.prepare(menuClasses: [DebugMenuRealmBrowserViewController.self])
  return true
}

Installation

DebugMenuRealmBrowser is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DebugMenuRealmBrowser"

Author

Koji Murata, malt.koji@gmail.com

License

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