Skip to content

mengxianliang/XLFoldClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

XLFoldClock

显示效果

使用方法

  • 创建方法
_foldClock = [[XLFoldClock alloc] init];
_foldClock.frame = self.view.bounds;
[self.view addSubview:_foldClock];
  • 设置时间
_foldClock.date = [NSDate date];

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

About

翻页时钟

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published