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 |
To run the example project, clone the repo, and run pod install
from the Example directory first.
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
DebugMenuRealmBrowserViewController.prepare(moduleName: "<module name>")
DebugHead.sharedInstance.prepare(menuClasses: [DebugMenuRealmBrowserViewController.self])
return true
}
DebugMenuRealmBrowser is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "DebugMenuRealmBrowser"
Koji Murata, [email protected]
DebugMenuRealmBrowser is available under the MIT license. See the LICENSE file for more info.