Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
A controller that displays the set of options in a radio group.
This controller is instantiated and pushed onto the navigation stack when the user taps a radio group cell.
Definition at line 30 of file NIRadioGroupController.h.
Methods | |
(id) | - initWithRadioGroup:tappedCell: |
- (id) initWithRadioGroup: | (NIRadioGroup *) | radioGroup | |
tappedCell: | (id<NICell>) | tappedCell | |
Initializes a newly allocated radio group controller with the given radio group and cell.
The radio group and cell are strongly referenced for the lifetime of this controller.
Definition at line 54 of file NIRadioGroupController.m.