kevinwo / AMClockView

AMClockView is a view can select time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CocoaPods

Add this to your Podfile.

pod 'AMClockView'

Carthage

Add this to your Cartfile.

github "adventam10/AMClockView"

License

MIT

About

AMClockView is a view can select time.

License:MIT License


Languages

Language:Swift 96.4%Language:Ruby 2.0%Language:Objective-C 1.6%