Latest | 1.0.2 |
---|---|
Homepage | https://github.com/changsanjiang/SJVolBrigControl |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | Masonry |
Authors |
@property (nonatomic, strong, readonly) UIView *brightnessView;
/// 0..1
@property (nonatomic, assign, readwrite) float volume;
@property (nonatomic, copy, readwrite, nullable) void(^volumeChanged)(float volume);
/// 0.1..1
@property (nonatomic, assign, readwrite) float brightness;
@property (nonatomic, copy, readwrite, nullable) void(^brightnessChanged)(float brightness);
Sample
Latest podspec
{ "name": "SJVolBrigControl", "version": "1.0.2", "summary": "volume brigness control.", "description": "volume brigness control, You can set the volume and the brightness.", "homepage": "https://github.com/changsanjiang/SJVolBrigControl", "license": { "type": "MIT", "file": "LICENSE.md" }, "authors": { "SanJiang": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/changsanjiang/SJVolBrigControl.git", "tag": "v1.0.2" }, "source_files": "SJVolBrigControl/*.{h,m}", "resources": "SJVolBrigControl/Resource/SJVolBrigResource.bundle", "requires_arc": true, "dependencies": { "Masonry": [] }, "subspecs": [ { "name": "Resource", "source_files": "SJVolBrigControl/Resource/*.{h,m}" } ] }
Tue, 05 Jun 2018 18:00:15 +0000