Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mengxianliang/XLFoldClock

翻页时钟
https://github.com/mengxianliang/XLFoldClock

Last synced: about 1 month ago
JSON representation

翻页时钟

Awesome Lists containing this project

README

        

# XLFoldClock

### 显示效果

### 使用方法
* 创建方法
```objc
_foldClock = [[XLFoldClock alloc] init];
_foldClock.frame = self.view.bounds;
[self.view addSubview:_foldClock];
```

* 设置时间
```objc
_foldClock.date = [NSDate date];
```

### 个人开发过的UI工具集合 [XLUIKit](https://github.com/mengxianliang/XLUIKit)