shu223 / UIKitForGame

UIKit subclasses and categories with useful animation functions for game.

Home Page:http://d.hatena.ne.jp/shu223/20120806/1344151527

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIKitForGame

UIKitForGame provides RPG-style effects entirely inside of UIKit.

Demo

Please check out the demo project included.

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.

About

UIKit subclasses and categories with useful animation functions for game.

http://d.hatena.ne.jp/shu223/20120806/1344151527


Languages

Language:Objective-C 100.0%