ChristianMoler / CircleControl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, christianmoler94@gmail.com

License

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

About

License:MIT License


Languages

Language:Swift 83.0%Language:Ruby 17.0%