SystemWindowController 0.6.0

SystemWindowController 0.6.0

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

Maintained by Belyavskiy Alexander.



  • By
  • Alexander Belyavskiy

SystemWindowController

codebeat badge

Library Goal

Provide a way to show global view controller with custom window management.

Example usage:

private let sysWindowController = SystemWindowController(windowLevel: UIWindowLevelAlert + 1)
let viewController: UIViewController
sysWindowController.showSystemViewController(viewController, atLevel: 0)

Requirements

  • CocoaPods 1.2
  • Swift 3.0.1

Installation

SystemWindowController is available through CocoaPods. To Install:

  • Add SystemWindowController git submodule to the main project
  • 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.

TODO

Read this for up to date TODO list.

Author

Alexander Belyavskiy [email protected]

License

MIT