Skip to content

KenanAtmaca/CheckBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckBox

İOS UI CheckBox element

alt tag

Xcode 8.3+ iOS 9.0+ Swift 3.0+ @uikenan contact

Advantages

  • Simply use.
  • Simply designable checkbox element.
  • Less code.

Usage

    box = CheckBox(view: self.view, style: .oval)
    box.create(size: .small , center: CGPoint(x: 50, y: 50))
Control
    box.state // true | false
Animation
    box.animation = .scale
Remove
    box.remove()
Set border & colors
    box.contentColor = UIColor.red
    box.contentBorderColor = UIColor.black
    box.windowColor = UIColor.cyan
    box.windowBorderColor = UIColor.clear
    box.windowBorderWidth = 3

Releases

No releases published

Packages

No packages published

Languages