测试已测试 | ✗ |
语语言 | SwiftSwift |
许可 | MIT |
发布上次发布 | 2017年8月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 Belyavskiy Alexander 维护。
提供一个全球视图控制器与自定义窗口管理的功能。
private let sysWindowController = SystemWindowController(windowLevel: UIWindowLevelAlert + 1)
let viewController: UIViewController
sysWindowController.showSystemViewController(viewController, atLevel: 0)
SystemWindowController 通过 CocoaPods 提供。要安装
在 Podfile 中添加以下行
pod 'SystemWindowController', :path => "$PATH"
其中 $PATH
是从 Podfile 位置到 SystemWindowController 子模块的相对路径。
这样,在开发过程中,您可以轻松地更改和更新库。
请阅读 此文件 以获取最新的待办事项清单。
Alexander Belyavskiy [email protected]
MIT