| 测试已测试 | ✗ |
| 语言语言 | SwiftSwift |
| 许可证 | MIT |
| 发布日期最新版本发布日期 | 2016年10月 |
| SPM支持SPM | ✗ |
Maintained by Dmytro Ovcharenko.
UIPageControl的替代品。使用Swift编写。
要运行示例项目,请克隆仓库,并首先从Example目录中运行pod install。
或者
简单地运行pod try DOPageControl
DOPageControl可通过CocoaPods获得。要安装它,只需要将以下行添加到您的Podfile
pod "DOPageControl"Swift 2版本可在swift2分支中找到。如果您尚未将项目迁移到Swift 3,您仍然可以通过在podfile中添加以下任意一行来使用DOPageControl
pod 'DOPageControl', '~> 1.3' pod 'DOPageControl', :git => 'https://github.com/dim0v/DOPageControl.git', :branch => 'swift2'Dmytro Ovcharenko,[email protected]
DOPageControl可在MIT许可证下使用。有关更多信息,请参阅LICENSE文件。