Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.9 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.9 KB

CircleControl

Language Version License Platform

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 .

Getting Started

  1. Add a view to the storyboard
  2. Set constraints
  3. Configurate using IB
  4. Implement the protocol CircleControlDelegate or set closure valueDidChanged or use action-target

Installation

CircleControl is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'CircleControl'

IMPORTANT

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

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Author

ChristianMoler, [email protected]

License

This project is licensed under the MIT License - see the LICENSE.md file for details