Skip to content

tdscientist/AMClockView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 98.4%
  • Objective-C 1.6%