Section Types
TableView SectionA normal Sensible TableView section that can hold cells of different types. The section's header and footer can be set directly via its properties. |
![]() |
Object SectionA section that can be bound to an object and automatically generate all of its cells to reflect the object's properties. New!: Now fully supports Core Data's managed objects! |
![]() |
Array of Objects SectionA section that can be bound to an array of objects and automatically generate an Object Cell for each object in the array. When the Object Cell is tapped, a detail view with all the object's properties is automatically generated. Array of Objects Section also provides automatic functionality for adding new objects, removing objects, and modifying the objects' order. New!: Now fully supports Core Data's managed objects! |
|
Array of Strings SectionA section that can be bound to an array of NSString(s) and automatically generate a cell for each NSString in the array. When the cell is tapped, a detail view is automatically generated with a TextField Cell that enables string editing. Array of Strings Section also provides automatic functionality for adding new strings, removing strings, and modifying the strings' order. |
|
Selection SectionA section that provides the user with several selection items. Selection Section can also be configured to allow multiple selection. |
![]() |



