ConvenientSwift 0.5.0

ConvenientSwift 0.5.0

Maintained by Artem Bobrov.



  • By
  • Artem Bobrov

ConvenientSwift

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

Introduction

ConvenientSwift is a library containing some convenient extensions for UIKit, Foundation, CoreGraphics and Swift Standart Library. Also there are some usefull stuff for developing. Some extensions were borrowed from SwifterSwift.

Usage

import ConvenientSwift
// ...

Requirements

  • iOS 9.0+
  • Xcode 8.0+

Getting involved

  • If you want to contribute please feel free to submit pull requests.
  • If you have a feature request please open an issue.

Examples

Follow these 3 steps to run Example project: clone ConvenientSwift repository, open ConvenientSwift workspace and run the Example project.

You can also experiment and learn with the ConvenientSwift Playground which is contained in ConvenientSwift.workspace.

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects.

To install ConvenientSwift, simply add the following line to your Podfile:

pod 'ConvenientSwift', '~> 1.0'

Carthage

Carthage is a simple, decentralized dependency manager for Cocoa.

To install ConvenientSwift, simply add the following line to your Cartfile:

github "artbobrov/ConvenientSwift" ~> 1.0

Documentation

To create a documentation reference just use jazzy. It creates a docs site in the ConvenientSwift/docs path. Open index.html and enjoy.

$ jazzy

Author