UIView(TwelvePrinciples) Category Reference
| Declared in | UIView+TwelvePrinciples.h UIView+TwelvePrinciples.m |
Tasks
-
– zoomToYPoint:completion: -
– zoomToYPoint:duration:delay:completion: -
– zoomToYPoint:anticipation:duration:delay:completion: -
– zoomToXPoint:completion: -
– tickle -
– tickleWithCompletion: -
– tickleWithDuration:delay:downScale:completion: -
– shakeAnimationWithCompletion: -
– shakeAnimationWithDuration:delay:completion: -
– wiggle -
– wiggleWithRotation: -
– wiggleWithDuration:delay:rotation: -
– runForrestRunToPoint:withCompletion: -
– runForrestRunWithDuration:delay:toPoint:completion:
Instance Methods
runForrestRunToPoint:withCompletion:
Run forrest. Run.
- (void)runForrestRunToPoint:(CGPoint)point withCompletion:(void ( ^ ) ( BOOL finished ))completionParameters
- point
The place run to.
- completion
The completion callback handler.
Declared In
UIView+TwelvePrinciples.hrunForrestRunWithDuration:delay:toPoint:completion:
Run forrest. Run.
- (void)runForrestRunWithDuration:(NSTimeInterval)duration delay:(NSTimeInterval)delay toPoint:(CGPoint)point completion:(void ( ^ ) ( BOOL finished ))completionParameters
- duration
The duration of the animation.
- delay
The delay before the animation is played.
- point
The place run to.
- completion
The completion callback handler.
Declared In
UIView+TwelvePrinciples.hshakeAnimationWithCompletion:
Shake the view.
- (void)shakeAnimationWithCompletion:(void ( ^ ) ( BOOL finished ))completionParameters
- completion
The completion callback handler.
Declared In
UIView+TwelvePrinciples.hshakeAnimationWithDuration:delay:completion:
Shake the view.
- (void)shakeAnimationWithDuration:(NSTimeInterval)duration delay:(NSTimeInterval)delay completion:(void ( ^ ) ( BOOL finished ))completionParameters
- duration
The duration of the animation.
- delay
The delay before the animation is played.
- completion
The completion callback handler.
Declared In
UIView+TwelvePrinciples.htickleWithCompletion:
Tickle the view.
- (void)tickleWithCompletion:(void ( ^ ) ( BOOL finished ))completionParameters
- completion
The completion callback handler.
Declared In
UIView+TwelvePrinciples.htickleWithDuration:delay:downScale:completion:
Tickle the view.
- (void)tickleWithDuration:(NSTimeInterval)duration delay:(NSTimeInterval)delay downScale:(CGFloat)downScale completion:(void ( ^ ) ( BOOL finished ))completionParameters
- duration
The duration of the animation.
- delay
The delay before the animation is played.
- downScale
Downscale.
- completion
The completion callback handler.
Declared In
UIView+TwelvePrinciples.hwiggleWithDuration:delay:rotation:
Wiggle the view.
- (void)wiggleWithDuration:(NSTimeInterval)duration delay:(NSTimeInterval)delay rotation:(CGFloat)angleParameters
- duration
The duration of the animation.
- delay
The delay before the animation is played.
- angle
The range the view wiggle.
Declared In
UIView+TwelvePrinciples.hwiggleWithRotation:
Wiggle the view.
- (void)wiggleWithRotation:(CGFloat)angleParameters
- angle
The range the view wiggle.
Declared In
UIView+TwelvePrinciples.hzoomToXPoint:completion:
Zoom view to point.
- (void)zoomToXPoint:(CGFloat)endXPoint completion:(void ( ^ ) ( BOOL finished ))completionParameters
- endXPoint
The place to zoom to.
- completion
The completion callback handler.
Declared In
UIView+TwelvePrinciples.hzoomToYPoint:anticipation:duration:delay:completion:
Zoom view to point.
- (void)zoomToYPoint:(CGFloat)endYPoint anticipation:(CGFloat)anticipation duration:(NSTimeInterval)duration delay:(NSTimeInterval)delay completion:(void ( ^ ) ( BOOL finished ))completionParameters
- endYPoint
The place to zoom to.
- anticipation
How much of a windup the view moves before zooming off.
- duration
The duration of the animation.
- delay
The delay before the animation is played.
- completion
The completion callback handler.
Declared In
UIView+TwelvePrinciples.hzoomToYPoint:completion:
Zoom view to point.
- (void)zoomToYPoint:(CGFloat)endYPoint completion:(void ( ^ ) ( BOOL finished ))completionParameters
- endYPoint
The place to zoom to.
- completion
The completion callback handler.
Declared In
UIView+TwelvePrinciples.hzoomToYPoint:duration:delay:completion:
Zoom view to point.
- (void)zoomToYPoint:(CGFloat)endYPoint duration:(NSTimeInterval)duration delay:(NSTimeInterval)delay completion:(void ( ^ ) ( BOOL finished ))completionParameters
- endYPoint
The place to zoom to.
- duration
The duration of the animation.
- delay
The delay before the animation is played.
- completion
The completion callback handler.
Declared In
UIView+TwelvePrinciples.h