Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shu223/uikitforgame
UIKit subclasses and categories with useful animation functions for game.
https://github.com/shu223/uikitforgame
Last synced: about 2 months ago
JSON representation
UIKit subclasses and categories with useful animation functions for game.
- Host: GitHub
- URL: https://github.com/shu223/uikitforgame
- Owner: shu223
- Created: 2012-07-17T09:57:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T22:33:36.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T11:53:00.514Z (about 2 months ago)
- Language: Objective-C
- Homepage: http://d.hatena.ne.jp/shu223/20120806/1344151527
- Size: 160 KB
- Stars: 110
- Watchers: 19
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# UIKitForGame
UIKitForGame provides RPG-style effects entirely inside of UIKit.
## Demo
Please check out the demo project included.
![](http://f.cl.ly/items/3k1E1X1b352i0n3b0K1I/uikitforgame_full.gif)
## Examples
APIs are very simple.
### DamageValueLabel
[self.charaImgView whiteFadeInWithDuration:0.3
delay:0.0
block:^(void) {
}];### UIImageViwe+effects
[self.label startAnimation];
### UIView+shake
[self.view shakeWithCount:10 interval:0.03];
### DQView
No codes are needed. Just enter "DQView" as the class in IB inspector.
### CustomFontLabel
No codes are needed. Just define "kCustomFontName" and enter "CustomFontLabel" as the class in IB inspector.