Skip to content

Shulin-Zhang/SLClockView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

About

一个时钟控件,用CoreAnimation实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published