Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).
<NIRadioGroupDelegate> Protocol Reference

Overview

The delegate for NIRadioGroup.

Definition at line 86 of file NIRadioGroup.h.

Methods

(void) - radioGroup:didSelectIdentifier:
(NSString *) - radioGroup:textForIdentifier:
(void) - radioGroup:radioGroupController:willAppear:

Method Documentation

- (void) radioGroup: (NIRadioGroup *)  radioGroup
didSelectIdentifier: (NSInteger)  identifier 
[required]

Called when the user changes the radio group selection.

Parameters:
radioGroupThe radio group object.
identifierThe newly selected identifier.
- (NSString *) radioGroup: (NIRadioGroup *)  radioGroup
textForIdentifier: (NSInteger)  identifier 
[optional]

Fetches the text that will be displayed in a radio group cell for the current selection.

This is only used when the radio group is added to a table view as a sub radio group.

- (void) radioGroup: (NIRadioGroup *)  radioGroup
radioGroupController: (NIRadioGroupController *)  radioGroupController
willAppear: (BOOL)  animated 
[optional]

The radio group controller is about to appear.

This method provides a customization point for the radio group view controller.

Generated for Nimbus by doxygen 1.7.4-20110629