FullMaterialLoader
示例
要运行示例项目,请克隆仓库,然后首先从 Example 目录运行 pod install
要求
此库需要 iOS 9.0 或更高版本的部署目标
安装
FullMaterialLoader 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod 'FullMaterialLoader'
用法
var indicator = MaterialLoadingIndicator(frame: CGRect(x:0, y:0, width: 25, height: 25))
indicator.center = self.view.center
self.view.addSubview(indicator)
indicator.startAnimating()
作者
[email protected], [email protected]
许可协议
FullMaterialLoader 在 MIT 许可协议下可用。更多信息请查看 LICENSE 文件。