/AMClockView

Primary LanguageSwiftMIT LicenseMIT

AMClockView

AMClockView is a view can select time.

Demo

amclock

Usage

let clockView = AMClockView(frame: view.bounds)

// customize here

clockView.delegate = self
view.addSubview(clockView)

The hour hand moves when you dragged inside of central circle. The minute hand moves when you draged outside of central circle.

Variety

amclock

Installation

Carthage

Add this to your Cartfile.

github "adventam10/AMClockView"

License

MIT