RGCircularSlider

MIT许可证
C语言
iOS

1张图片

作者

描述

要使用接口构建器中的此控件,你只需将RGCircularSlider拖放到.xib文件的storyboard中视图的类上。您还可以使用馱初始化框架来使用。为了获取按钮(播放或暂停)的度数和状态,您需要实现RGCircularSliderDelegate协议。

(void)currentDegree:(NSInteger)degree; (void)onPlay:(BOOL)state; 0 ≤ degree ≤ 360 and state is YES when you see the "play button" and NO when you see the "pause button".

注意:为了使此控件看起来更美,视图的宽度和高度应相等,因为我们想要一个圆形。

标签