ConvenientSwift 版本 0.5.0

ConvenientSwift 版本 0.5.0

Artem Bobrov 维护。



ConvenientSwift 版本 0.5.0

  • By
  • Artem Bobrov

ConvenientSwift

Build status Platform iOS Swift 4 compatible Carthage compatible CocoaPods compatible License: MIT

介绍

ConvenientSwift 是一个库,包含一些对 UIKit、Foundation、CoreGraphics 和 Swift 标准库的便捷扩展。还包括一些有用的开发资源。一些扩展是从 SwifterSwift 借用的。

使用

import ConvenientSwift
// ...

要求

  • iOS 9.0+
  • Xcode 8.0+

参与进来

  • 如果您 希望贡献,请随时 提交 pull requests
  • 如果您有功能请求,请创建一个问题

示例

按照以下3个步骤运行示例项目:克隆ConvenientSwift仓库,打开ConvenientSwift工作空间并运行示例项目。

您还可以使用包含在ConvenientSwift.workspace中的ConvenientSwift播放ground进行实验和学习。

安装

CocoaPods

CocoaPods 是 Cocoa 项目的依赖管理器。

要安装 ConvenientSwift,只需将以下行添加到您的 Podfile 中

pod 'ConvenientSwift', '~> 1.0'

Carthage

Carthage 是 Cocoa 的简单、分散的依赖管理器。

要安装 ConvenientSwift,只需将以下行添加到您的 Cartfile

github "artbobrov/ConvenientSwift" ~> 1.0

文档

要创建文档引用,只需使用 jazzy。它将在 ConvenientSwift/docs 路径下创建一个文档网站。打开 index.html 并享受。

$ jazzy

作者