DOPageControl 2.0.0

DOPageControl 2.0.0

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布日期最新版本发布日期2016年10月
SPM支持SPM

Maintained by Dmytro Ovcharenko.




  • By
  • Dmytro Ovcharenko

DOPageControl

UIPageControl的替代品。使用Swift编写。

屏幕截图

Screenshot0   

用法

要运行示例项目,请克隆仓库,并首先从Example目录中运行pod install

或者

简单地运行pod try DOPageControl

要求

  • Xcode 8
  • Swift 3
  • iOS 8.0

安装

DOPageControl可通过CocoaPods获得。要安装它,只需要将以下行添加到您的Podfile

pod "DOPageControl"

Swift 2

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文件。