Sensible TableView Features
Cell Types
Badge CellA cell with a badge view. |
![]() |
Label CellA cell with a static UILabel control. |
![]() |
TextField CellA cell with a UITextField control. TextField cell automatically handles keyboard return button taps according to user defined functionality. |
![]() |
NumericTextField CellA cell with a UITextField control that provides extra validation for entering numbers. NumericTextField automatically handles keyboard return button taps. |
![]() |
TextView CellA cell with a UITextView control. Given a minimum and a maximum height, the cell will automatically resize itself to fit its content. |
![]() |
Slider CellA cell with a UISlider control. |
![]() |
Segmented CellA cell with a UISegmentedControl. |
![]() |
Switch CellA cell with a UISwitch control. |
![]() |
Date CellA cell that automatically generates a detail view with a UIDatePicker control for date selection. |
![]() |
Selection CellA cell that automatically generates a detail view that provides the user with several selection items. Selection Cell can also be configured to allow multiple selection. |
![]() |
Object CellA cell that can be bound to an object and automatically generate a detail view with all the object's properties. New!: Now fully supports Core Data's managed objects! |
![]() |
Array of Objects CellA cell that can be bound to an array of objects. When the cell is tapped, it automatically generates a detail view with an Object Cell for each object in the array. When the Object Cell is tapped, another detail view with all the object's properties is automatically generated. Array of Objects Cell also provides automatic functionality for adding new objects, removing objects, and modifying the objects' order. New!: Now fully supports Core Data's managed objects! |
![]() |















