TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Aug 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by Belyavskiy Alexander.
Provide a way to show global view controller with custom window management.
private let sysWindowController = SystemWindowController(windowLevel: UIWindowLevelAlert + 1)
let viewController: UIViewController
sysWindowController.showSystemViewController(viewController, atLevel: 0)
SystemWindowController is available through CocoaPods. To Install:
In your Podfile add the following line:
pod 'SystemWindowController', :path => "$PATH"
where $PATH
is relative path to SystemWindowController submodule from Podfile location.
This way you will be able to change and update the library easily while developing.
Read this for up to date TODO list.
Alexander Belyavskiy [email protected]
MIT