DOCheckboxControl 3.0.0

DOCheckboxControl 3.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2019
SPMSupports SPM

Maintained by Dmytro Ovcharenko.




  • By
  • Dmytro Ovcharenko

DOCheckboxControl

CI Status Version License Platform

Lightweight and customizable checkbox control for iOS. Written in Swift.

##Screenshots

Screenshot0   

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

OR

Simply run pod try DOCheckboxControl

Requirements

  • Xcode 8
  • Swift 3
  • iOS 8.0

Installation

DOCheckboxControl is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'DOCheckboxControl'

Swift 2

Swift 2 version is available in swift2 branch. If you haven't yet moved your project to Swift 3, you can still use DOCheckboxControl by adding one of the following lines to your podfile:

pod 'DOCheckboxControl', '~> 1.1' 
pod 'DOCheckboxControl', :git => 'https://github.com/dim0v/DOCheckboxControl.git', :branch => 'swift2'

Author

Dmytro Ovcharenko, [email protected]

License

DOCheckboxControl is available under the MIT license. See the LICENSE file for more info.