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

Overview

An object for displaying two lines of text in a table view cell.

This object maps by default to a NITextCell and displays the title with a UITableViewCellStyleSubtitle cell. You can customize the cell class using the NICellObject methods.

Definition at line 47 of file NICellCatalog.h.

Inheritance diagram for NISubtitleCellObject:
NITitleCellObject NICellObject <NICellObject>

Methods

NSStringsubtitle property
UITableViewCellStyle cellStyle property
(id) - initWithTitle:subtitle:
NSStringtitle property
(id) - initWithTitle:image:
id userInfo property
(Class) - cellClass
(UITableViewCellStyle) - cellStyle

Method Documentation

- NISubtitleCellObject: [read, write, copy]

The text to be displayed in the subtitle portion of the cell.

Definition at line 52 of file NICellCatalog.h.

- NISubtitleCellObject: [read, write, assign]

The type of UITableViewCell to instantiate.

By default this is UITableViewCellStyleSubtitle.

Definition at line 53 of file NICellCatalog.h.

- (id) initWithTitle: (NSString *)  title
subtitle: (NSString *)  subtitle 

Initializes the NICellObject with NITextCell as the cell class and the given title and subtitle text.

Definition at line 102 of file NICellCatalog.m.

- NITitleCellObject: [read, write, copy, inherited]

The text to be displayed in the cell.

Definition at line 34 of file NICellCatalog.h.

- (id) initWithTitle: (NSString *)  title
image: (UIImage *)  image 

Initializes the NICellObject with NITextCell as the cell class and the given title text and image.

Definition at line 45 of file NICellCatalog.m.

- NICellObject: [read, retain, inherited]

An object that can be used to populate information in the cell.

Definition at line 168 of file NICellFactory.h.

- (Class) cellClass [required, inherited]

The class of cell to be created when this object is passed to the cell factory.

- (UITableViewCellStyle) cellStyle [optional, inherited]

The style of UITableViewCell to be used when initializing the cell for the first time.

Generated for Nimbus by doxygen 1.7.4-20110629