Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
The delegate for NIRadioGroup.
Definition at line 86 of file NIRadioGroup.h.
Methods | |
(void) | - radioGroup:didSelectIdentifier: |
(NSString *) | - radioGroup:textForIdentifier: |
(void) | - radioGroup:radioGroupController:willAppear: |
- (void) radioGroup: | (NIRadioGroup *) | radioGroup | |
didSelectIdentifier: | (NSInteger) | identifier | |
[required] |
Called when the user changes the radio group selection.
radioGroup | The radio group object. |
identifier | The 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.