Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 646 Bytes

代码示例

	
// 使用方法一 xib使用 拖一个UIView修改继承类为BrightnessVolumeView就可以了
    
// 使用方法二 全代码使用
BrightnessVolumeView *brightnessVolumeView = [[BrightnessVolumeView alloc] initWithFrame:self.view.bounds];
[self.view addSubview:brightnessVolumeView];

图片示例:

uiwebview-menu-1 uiwebview-menu-1

完整代码下载

原理说明

http://blog.zlcode.com/2017/04/19/ios-brightnessvolumeview/