FMIceLinkLayoutTable Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkLayoutTable.h FMIceLinkLayoutTable.m  | 
– cellHeight
	
Gets the height of each cell.
			- (int)cellHeightDiscussion
Gets the height of each cell.
			Declared In
FMIceLinkLayoutTable.h
– cellWidth
	
Gets the width of each cell.
			- (int)cellWidthDiscussion
Gets the width of each cell.
			Declared In
FMIceLinkLayoutTable.h
– columnCount
	
Gets the column count.
			- (int)columnCountDiscussion
Gets the column count.
			Declared In
FMIceLinkLayoutTable.h
– initWithColumnCount:rowCount:cellWidth:cellHeight:
	
Initializes a new instance of the FMIceLinkLayoutTable class.
			- (instancetype)initWithColumnCount:(int)columnCount rowCount:(int)rowCount cellWidth:(int)cellWidth cellHeight:(int)cellHeightParameters
columnCount | 
						The column count.  | 
					
|---|---|
rowCount | 
						The row count.  | 
					
cellWidth | 
						The width of each cell.  | 
					
cellHeight | 
						The height of each cell.  | 
					
Discussion
Initializes a new instance of the FMIceLinkLayoutTable class.
			Declared In
FMIceLinkLayoutTable.h
+ layoutTableWithColumnCount:rowCount:cellWidth:cellHeight:
	
Initializes a new instance of the FMIceLinkLayoutTable class.
			+ (FMIceLinkLayoutTable *)layoutTableWithColumnCount:(int)columnCount rowCount:(int)rowCount cellWidth:(int)cellWidth cellHeight:(int)cellHeightParameters
columnCount | 
						The column count.  | 
					
|---|---|
rowCount | 
						The row count.  | 
					
cellWidth | 
						The width of each cell.  | 
					
cellHeight | 
						The height of each cell.  | 
					
Discussion
Initializes a new instance of the FMIceLinkLayoutTable class.
			Declared In
FMIceLinkLayoutTable.h
– rowCount
	
Gets the row count.
			- (int)rowCountDiscussion
Gets the row count.
			Declared In
FMIceLinkLayoutTable.h
– setCellHeight:
	
Sets the height of each cell.
			- (void)setCellHeight:(int)valueDiscussion
Sets the height of each cell.
			Declared In
FMIceLinkLayoutTable.h
– setCellWidth:
	
Sets the width of each cell.
			- (void)setCellWidth:(int)valueDiscussion
Sets the width of each cell.
			Declared In
FMIceLinkLayoutTable.h
– setColumnCount:
	
Sets the column count.
			- (void)setColumnCount:(int)valueDiscussion
Sets the column count.
			Declared In
FMIceLinkLayoutTable.h
– setRowCount:
	
Sets the row count.
			- (void)setRowCount:(int)valueDiscussion
Sets the row count.
			Declared In
FMIceLinkLayoutTable.h