Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

dim0v/DOCheckboxControl

Repository files navigation

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, dmyt.ov@gmail.com

License

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

About

Checkbox control for iOS. Lightweight and customizable

Resources

License

Stars

Watchers

Forks

Packages

No packages published