右边带有圆圈的简单iOS按钮:NPFlipButton
y37f
10年前
NPFlipButton 是一个在右边带有圆圈的简单按钮,当状态改变时就会显示动画。
特性
- 自动绘制按钮,并设置自己的文字
- 动画的状态变化
安装
Grab the files inClasses/NPButtonWithFlip,Classes/NPFlipViewand put it in your project.
使用
Instanciate a new NPButtonWithFlip or get it from a Storyboard Configure the parameters:
button.setParameters(borderColor, offColor: offColor, onColor: onColor, flipOffImage: imageOff, flipOnImage: imageOn, text: "Button", textFont: textFont)