All Projects → mengxianliang → Xlfoldclock

mengxianliang / Xlfoldclock

翻页时钟

XLFoldClock

显示效果

使用方法

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].