This document discusses customizing table view cells using a nib file. It describes loading a nib file called PhotoTableCell.xib, which contains a table view cell with subviews like a UIImageView and UILabels. The nib is loaded in tableView:cellForRowAtIndexPath: and the subviews are configured using tags to display photo data from an array. Setting the row height in the table view matches the height of the custom cell in the PhotoTableCell nib.
8. NSBundle Class
? NSBundle
.
? mainBundle :
NSBundle . + (NSBundle *)mainBundle
? - (NSArray *)loadNibNamed:(NSString *)name owner:
(id)owner options:(NSDictionary *)options
name category NSBundle
nib The name of the nib ?le, which need not include
the .nib extension.
owner :nib File's Owner object.
options : A dictionary containing the options to use when
opening the nib ?le. For a list of available keys for this dictionary, see
Nib File Loading Options. Nib Toplevel
( root View 0
.)