FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
A table view using rrepared cells instead of data source. More...
#import <UIAPreparedCellTableView.h>
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... | |
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.
|
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.
|
readwritenonatomicassign |
The flag tells cells are sectioned or not.
YES if Cells are not sectioned; otherwise NO;