OS system requirements: iOS 4.2 or later.
Mobile device: iPad.
This example describes creating of a data grid with row expanders. General parameters of table:
Row and column names are set.
Values in all data cells are set.
Style is applied to table data and headers.
Five rows contain expanders.
Table with collapsed rows:
Table partially expanded rows:
AppDelegate.h/.m. Application parameters for creating a table with expanders.
Expanders_Prefix.pch. Common title.
main.m. Main file of source code for creating a table with expanders.
GridRow.h/.m. Row parameters in table with expanders.
DataSource.h/.m. Data source parameters for table with expanders.
ProxyDataSource.h/.m. Proxy data source parameters for table with expanders.
ViewController.h/.m. Parameters of table with expanders.
See also: