RealmBrowser 1.0.0

RealmBrowser 1.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Koji Murata.




  • By
  • Koji Murata

Screenshot

Example

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

Usage

presentViewController(RealmBrowser.instantiate(moduleName: "RealmBrowser_Example"), animated: true, completion: nil)

with DebugHead

Use DebugMenuRealmBrowser.

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

Installation

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

pod "RealmBrowser"

Author

Koji Murata, [email protected]

License

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