FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIAPreparedCellTableView Class Reference

A table view using rrepared cells instead of data source. More...

#import <UIAPreparedCellTableView.h>

Inheritance diagram for UIAPreparedCellTableView:

Properties

BOOL hasUniqueSection
 The flag tells cells are sectioned or not. More...
 
NSArray * cells
 The array of cells or array of arrays of cells to be used. More...
 

Detailed Description

A table view using rrepared cells instead of data source.

Cells are prepared cells for self-implemented data source protocol. Cells can be grouped by section or not. It is decided by hasUniqueSection. The table view does not reuse any cells by reuse identifier.

Property Documentation

- (NSArray*) cells
readwritenonatomicstrong

The array of cells or array of arrays of cells to be used.

Array of cells if hasUniqueSection is YES; otherwise Array of arrays of cells.

- (BOOL) hasUniqueSection
readwritenonatomicassign

The flag tells cells are sectioned or not.

YES if Cells are not sectioned; otherwise NO;


The documentation for this class was generated from the following file: