Inherits from UIButton
Declared in ALRadialButton.h

Overview

uibutton subclass that handles the individual item animation and display

Tasks

Tasks

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

delegate

the delegate object for the creator of this button

@property (nonatomic, weak) id<ALRadialButtonDelegate> delegate

Declared In

ALRadialButton.h

originPoint

the center point of the button’s starting point, and ending point when it disappears

@property (nonatomic) CGPoint originPoint

Declared In

ALRadialButton.h

Instance Methods

willAppear

animate this button into view

- (void)willAppear

Declared In

ALRadialButton.h

willDisappear

animate this button out of view

- (void)willDisappear

Declared In

ALRadialButton.h