Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.71 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.71 KB

LOGO

TCheckBox

TCheckBox is developed to help you display check boxes and content in the fastest way without spending many lines of code

Swift 5.0 Version License Platform Email

Example

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

Requirements

Installation

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

pod 'TCheckBox'

Usage

import TCheckBox
  1. Initiate TCheckBox
let checkBox = TCheckBox()
  1. Input content you want to show into TCheckBox property
checkBox.contentLabel.text = "Hello TCheckBox...."
  1. Toggle isSelected property for checked/unchecked
checkBox.checkButton.isSelected = true
checkBox.checkButton.isSelected = false

til

Requirements

  • iOS 10.0 or later
  • Swift 5.0 or later

Author

fanta1ty, [email protected]

License

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