Circle control is customizable via interface builder or code. You can change the start, minimum, final value. You can also adjust the step and rate of change of the value. AND YOU CAN CHANGE CONTROLL COLOR !!! So it's amazing , it's future .
- Add a view to the storyboard
- Set constraints
- Configurate using IB
- Implement the protocol CircleControlDelegate or set closure valueDidChanged or use action-target
CircleControl is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'CircleControl'
Please add
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED')
end
end
in your podfile
To run the example project, clone the repo, and run pod install
from the Example directory first.
ChristianMoler, [email protected]
This project is licensed under the MIT License - see the LICENSE.md file for details