Skip to content

mengxianliang/XLClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

XLClock

显示效果

使用方法

  • 创建方法
_clock = [[XLClock alloc] initWithFrame:CGRectMake(0, 0, 300, 300)];
_clock.center = self.view.center;
[self.view addSubview:_clock];
  • 开始动画
[_clock showStartAnimation];

其他

  • 项目中的动画是使用POP实现的

个人开发过的UI工具集合 XLUIKit

About

锤子时钟

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published