NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
The delegate for NIRadioGroup.
Tasks | |
(void) | - radioGroup:didSelectIdentifier: |
(NSString *) | - radioGroup:textForIdentifier: |
(BOOL) | - radioGroup:radioGroupController:willAppear: |
Called when the user changes the radio group selection.
radioGroup | The radio group object. |
identifier | The newly selected identifier. |
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.
The radio group controller is about to appear.
This method provides a customization point for the radio group view controller.