Skip to content

The UI control based on layers. This control gives you the possibility to input phone numbers like by cool old rotary dial phone.

License

Notifications You must be signed in to change notification settings

bananaRanger/AYRotaryDial

Repository files navigation

AYRotaryDial

CI Status Version License Platform

About

AYRotaryDial is the UI control based on layers. This control gives you the possibility to input phone numbers like by cool old rotary dial phone.

Installation

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

inhibit_all_warnings!

target 'YOUR_TARGET_NAME' do
  use_frameworks!
	pod 'AYRotaryDial'
end

Demo

Usage

// 'rotaryDial' - object of 'AYRotaryDial' type.

rotaryDial.uiDelegate = self
rotaryDial.numberDidRotate = { [weak self] number in
  print(number)
}

Author

📧 Anton Yereshchenko

License

AYRotaryDial is available under the MIT license. See the LICENSE file for more info.

Used in project

Icons & photos:

Icons8 - https://icons8.com

About

The UI control based on layers. This control gives you the possibility to input phone numbers like by cool old rotary dial phone.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages