ALRadialButton Class Reference
Inherits from | UIButton |
Declared in | ALRadialButton.h |
Tasks
Tasks
-
– willAppear
animate this button into view
-
– willDisappear
animate this button out of view
Properties
-
centerPoint
the center point of the button frame in its normal position
property -
bouncePoint
the center point of the button frame in the extended position , this gets us the bouncing string effect when the button is flung out
property -
originPoint
the center point of the button’s starting point, and ending point when it disappears
property -
delegate
the delegate object for the creator of this button
property
Properties
bouncePoint
the center point of the button frame in the extended position , this gets us the bouncing string effect when the button is flung out
@property (nonatomic) CGPoint bouncePoint
Declared In
ALRadialButton.h
centerPoint
the center point of the button frame in its normal position
@property (nonatomic) CGPoint centerPoint
Declared In
ALRadialButton.h