TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Aug 2017 |
SwiftSwift Version | 4.0 |
SPMSupports SPM | ✗ |
Maintained by Koji Murata.
To run the example project, clone the repo, and run pod install
from the Example directory first.
presentViewController(RealmBrowser.instantiate(moduleName: "RealmBrowser_Example"), animated: true, completion: nil)
Use DebugMenuRealmBrowser.
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
DebugMenuRealmBrowserViewController.prepare(moduleName: "<module name>")
DebugHead.sharedInstance.prepare(menuClasses: [DebugMenuRealmBrowserViewController.self])
return true
}
RealmBrowser is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "RealmBrowser"
Koji Murata, [email protected]
RealmBrowser is available under the MIT license. See the LICENSE file for more info.