GradientLoading 0.0.1

GradientLoading 0.0.1

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最后发布2017年9月
SwiftSwift 版本3.0
SPM支持 SPM

feather 维护。



  • 作者
  • feather

GradientLoading

  • iOS 中易于使用的 Loading 视图

要求

  • iOS 9.0+
  • Swift 3.0

示例

要运行示例项目,首先克隆仓库,然后在 Example 目录中运行 pod install

用法

// Setup Text, Font, Stroke Color, Stroke Width.
GradientLoading.shared.setFontAttributes(text: "Jennie")

// use setCollectionColors or setColors.
GradientLoading.shared.setCollectionColors(.aurora)
// GradientLoading.shared.setColors([])

GradientLoading.shared.show()

作者

feather, [email protected]

许可证

GradientLoading 在 MIT 许可下可用。更多信息请参阅 LICENSE 文件。