Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mengxianliang/XLFoldClock
翻页时钟
https://github.com/mengxianliang/XLFoldClock
Last synced: about 1 month ago
JSON representation
翻页时钟
- Host: GitHub
- URL: https://github.com/mengxianliang/XLFoldClock
- Owner: mengxianliang
- Created: 2018-05-28T10:35:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T06:43:13.000Z (about 5 years ago)
- Last Synced: 2024-11-07T11:07:10.815Z (about 1 month ago)
- Language: Objective-C
- Size: 104 KB
- Stars: 97
- Watchers: 4
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-iOS - XLFoldClock - 翻页时钟 (UI Components)
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)