Skip to content

7heaven/SHSwitchView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5686694 · Apr 17, 2017

History

52 Commits
Sep 14, 2016
Mar 14, 2015
Sep 14, 2016
Sep 14, 2016
Sep 14, 2016
Mar 14, 2015
May 8, 2015
May 8, 2015
Apr 16, 2017
Sep 14, 2016
Sep 14, 2016
Mar 14, 2015
Mar 14, 2015
Mar 14, 2015
Mar 20, 2015

Repository files navigation

Download Build Status License

IOS7 风格的Switch开关

IOS7 Style Switch Widget


art1

art3

art4

art5

添加到你的项目中

add to your project


在gradle脚本的dependencies中加入

add follow line to your dependencies in gradle script

compile 'com.7heaven.ioswidget:iosswitch:0.6'

使用

usage



通过setOn(boolean on)方法设置switch状态,setOn(boolean on, boolean animated)的animated参数决定是否以动画方式切换switch状态

using setOn(boolean on) method to set switch state,pass animated to setOn(boolean on, boolean animated) to switch state animated or not

通过isOn()获取switch状态

using isOn() method to get switch state
通过setOnSwitchStateChangeListener方法增加状态改变回调

using setOnSwitchStateChangeListener method to add a callback for switch state change

可在xml文件内通过tintColor标签改变颜色

change tint color using attribute show as follow

art2