Skip to content

Instantly share code, notes, and snippets.

View laprasdrum's full-sized avatar
🥁
(drumroll)

laprasdrum laprasdrum

🥁
(drumroll)
View GitHub Profile
@laprasdrum
laprasdrum / YMGraphCell.h
Created June 19, 2012 05:57
UIKitの遅延描画(改)
#import <UIKit/UIKit.h>
@interface YMGraphCell : UIView
// オーバーライドして、遅延描画
- (void)drawRectAsync:(CGRect)rect andContext:(CGContextRef)context;
@end