【开源】SHSwitchView

SHSwitchView

  •  https://github.com/7heaven/SHSwitchView

    介绍:

    IOS7 风格的Switch开关

    运行效果:

    通过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

 

相关代码

  • CoolSwitch

posted on 2015-05-06 10:57  wasdchenhao  阅读(184)  评论(0)    收藏  举报

导航