AnalogClock
AnalogClock copied to clipboard
Animated analog for iOS clock written in Swift
AnalogClock

Description
AnalogClock is a custom UIView that functions as a fully working and animated analog clock that shows the current time. You can place an AnalogClockView inside your application that will then automatically display the current time without needing any additional setup steps.
Usage
Storyboard
Drop a view into your ViewController and assign it to the Class AnalogClockView from the Module AnalogClock inside the identity inspector.
Programmatically
Installation
To install AnalogClock using CocoaPods, add this line to your Podfile:
pod 'AnalogClock'
Requirements
iOS 9.0 and Swift 4.0 are required.
Author
Written by Noah Fleischmann.
License
AnalogClock is available under the MIT license. See the LICENSE file for more info.