SKUIComponents 0.10.2

SKUIComponents 0.10.2

测试已测试
Lang语言 SwiftSwift
许可证 MIT
发布最后发布2019年10月
SPM支持 SPM

Daniel Lee 维护。



  • 作者:
  • Daniel Lee

SKUIComponents

Version License Platform

可在 Storyboard 中查看的组件!

大多数组件都设计为可在 Storyboard 中进行配置。只需继承 UI 类,无需编写代码即可!

SKUIComponentsV062ScreenShot

可用组件

  • 圆形图像 (RoundedImageView 用于 UIImageView)
  • 圆形填充按钮 (RoundedFilledButton 用于 UIButton)
  • 带有渐变颜色的导航 (GradientNavigationBar 用于 UINavigationBar)
  • 进度环 (ProgressRingButton 用于 UIButton)
  • 带有渐变的旋转进度环 (RoundedGradientFilledButton 用于 UIButton)
  • 连接的 UITableViewCell (ConnectionTableViewCell 用于 UITableViewCell)

SKUIComponentsV062Gif

要求

为 Swift 3+ 构建,iOS 10.0+。

示例

要运行示例项目,请先克隆仓库,然后从 Example 目录中运行 pod install 命令。

安装

SKUIComponents 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中:

pod "SKUIComponents"

作者

By Daniel Lee, [email protected]

许可证

SKUIComponents 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。