Defines the results of a layout calculation. More...
Instance Methods | |
| (int) | - cellHeight |
| Gets the height of each cell. More... | |
| (int) | - cellWidth |
| Gets the width of each cell. More... | |
| (int) | - columnCount |
| Gets the column count. More... | |
| (instancetype) | - initWithColumnCount:rowCount:cellWidth:cellHeight: |
| Initializes a new instance of the FMLiveSwitchLayoutTable class. More... | |
| (int) | - rowCount |
| Gets the row count. More... | |
| (void) | - setCellHeight: |
| Sets the height of each cell. More... | |
| (void) | - setCellWidth: |
| Sets the width of each cell. More... | |
| (void) | - setColumnCount: |
| Sets the column count. More... | |
| (void) | - setRowCount: |
| Sets the row count. More... | |
Class Methods | |
| (FMLiveSwitchLayoutTable *) | + layoutTableWithColumnCount:rowCount:cellWidth:cellHeight: |
| Initializes a new instance of the FMLiveSwitchLayoutTable class. More... | |
Defines the results of a layout calculation.
| - (int) cellHeight |
Gets the height of each cell.
| - (int) cellWidth |
Gets the width of each cell.
| - (int) columnCount |
Gets the column count.
| - (instancetype) initWithColumnCount: | (int) | columnCount | |
| rowCount: | (int) | rowCount | |
| cellWidth: | (int) | cellWidth | |
| cellHeight: | (int) | cellHeight | |
Initializes a new instance of the FMLiveSwitchLayoutTable class.
| columnCount | The column count. |
| rowCount | The row count. |
| cellWidth | The width of each cell. |
| cellHeight | The height of each cell. |
| + (FMLiveSwitchLayoutTable*) layoutTableWithColumnCount: | (int) | columnCount | |
| rowCount: | (int) | rowCount | |
| cellWidth: | (int) | cellWidth | |
| cellHeight: | (int) | cellHeight | |
Initializes a new instance of the FMLiveSwitchLayoutTable class.
| columnCount | The column count. |
| rowCount | The row count. |
| cellWidth | The width of each cell. |
| cellHeight | The height of each cell. |
| - (int) rowCount |
Gets the row count.
| - (void) setCellHeight: | (int) | value |
Sets the height of each cell.
| - (void) setCellWidth: | (int) | value |
Sets the width of each cell.
| - (void) setColumnCount: | (int) | value |
Sets the column count.
| - (void) setRowCount: | (int) | value |
Sets the row count.