Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 515 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 515 Bytes

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