/SLClockView

一个时钟控件,用CoreAnimation实现

Primary LanguageObjective-C

SLClockView

一个时钟控件,用CoreAnimation实现

@property (strong, nonatomic, nullable) UIImage *clockBackgroundImage;

    • (void)startClockAtNow;
    • (void)startClockAtHour:(NSUInteger)hour minute:(NSUInteger)minute second:(NSUInteger)second
    • (void)startClockAtDate:(NSDate *)date;
    • (void)pauseClock;
    • (void)resumeClock;

picture