The iOS framework that grows only as fast as its documentation
NIRadioGroupController Class Reference

Overview

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.

Tasks

(id) - initWithRadioGroup:tappedCell:
 

Method Documentation

initWithRadioGroup:tappedCell:

Initializes a newly allocated radio group controller with the given radio group and cell.

- (id)initWithRadioGroup:(NIRadioGroup *)radioGroup tappedCell:(id<NICell>)tappedCell;
Discussion

The radio group and cell are strongly referenced for the lifetime of this controller.