Conforms to NSObject
Declared in CCControlPicker.h

Overview

The CCControlPickerRowDelegate class allows the receiver to respond to the CCControlPicker’s events. By implementing these methods you can improve the user experience with appropriate visuals.

Tasks

Responding to Control Picker Events

Instance Methods

rowDidDownplayed

Notifies the row that leaves the selection node.

- (void)rowDidDownplayed

Discussion

You can implement this method to perform additional tasks associated with presenting the view.

Declared In

CCControlPicker.h

rowDidHighlighted

Notifies the row that enters under the selection node.

- (void)rowDidHighlighted

Discussion

You can implement this method to perform additional tasks associated with presenting the view.

Declared In

CCControlPicker.h

rowDidSelected

Notifies the row that is selected.

- (void)rowDidSelected

Discussion

You can implement this method to perform additional tasks associated with presenting the view.

Declared In

CCControlPicker.h

rowWillBeSelected

Notifies the row that will be selected.

- (void)rowWillBeSelected

Discussion

You can implement this method to perform additional tasks associated with presenting the view.

Declared In

CCControlPicker.h