Skip to content

dongxiexidu/DXSwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DXSwitch

image image

Feature

  • support Swift4
  • support xib/storybord
  • highlight effect
  • customizable
  • draggable
  • easy to use

Usage

let mySwitch = DXSwitch.init(frame: CGRect.init(x: 200, y: 200, width: 80, height: 40))
mySwitch.valueChangeBlock = { value in
    print(value)
}
view.addSubview(mySwitch)

LearnFrom: FlatUIKit

About

自定义UISwitch demo,Swift4 & Objective-C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors