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.
Drop a view into your ViewController
and assign it to the Class AnalogClockView
from the Module AnalogClock
inside the identity inspector.
To install AnalogClock
using CocoaPods, add this line to your Podfile
:
pod 'AnalogClock'
iOS 9.0 and Swift 4.0 are required.
Written by Noah Fleischmann.
AnalogClock
is available under the MIT license. See the LICENSE file for more info.