Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shu223/misc
https://github.com/shu223/misc
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shu223/misc
- Owner: shu223
- Created: 2015-03-11T22:01:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T22:14:26.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T19:35:57.701Z (about 2 months ago)
- Language: Objective-C
- Size: 505 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# misc
## TTMCircleLayout
Circular layout class for UICollectionView.
Modified from Apple's "CircleLayout" class which is included in WWDC 2012 example.
###Features
- Adaptive to the size of the collection view.
- Customizable in IB.###How to use
Just set in IB as the Custom Layout Class.
## TTMCountingLabel
- Modified from [UICountingLabel](https://github.com/dataxpress/UICountingLabel)
- Enabled to customize `easingRate` property.## TTMAnimatedCalendar