#import <CinderViewCocoaTouch.h>
Public Member Functions | |
(id) | - initWithFrame:app:renderer: |
(void) | - drawRect: |
(void) | - startAnimation |
(void) | - layoutSubviews |
(void) | - drawView: |
(void) | - stopAnimation |
(void) | - touchesBegan:withEvent: |
Properties | |
BOOL | animating |
NSInteger | animationFrameInterval |
- (id) initWithFrame: | (CGRect) | frame | ||
app: | (cinder::app::AppCocoaTouch *) | app | ||
renderer: | (cinder::app::Renderer *) | renderer | ||
- (void) drawRect: | (CGRect) | rect |
- (void) startAnimation |
- (void) layoutSubviews |
- (void) drawView: | (id) | sender |
- (void) stopAnimation |
- (void) touchesBegan: | (NSSet*) | touches | ||
withEvent: | (UIEvent*) | event | ||
- (BOOL) animating [read, assign] |
- (NSInteger) animationFrameInterval [read, write, assign] |