DebugMenuRealmBrowser 1.0.0

DebugMenuRealmBrowser 1.0.0

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

Maintained by Koji Murata.



 
Depends on:
DebugHead>= 2.1.0
RealmBrowser>= 1.0.0
RealmSwift>= 2.0
 


  • By
  • Koji Murata

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, [email protected]

License

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