We are happy to announce that Sensible TableView version 1.0.6 has been released.
This release comes with the ability to add badges to cells, much like the iPhone's Mail App adds badges to show the number of messages in an inbox. The badges can be easily configured using a new SCTableViewCell property called badgeView.
Also, a significant addition to this release has been the introduction of a new cell called SCArrayOfObjectsCell. Given an array of objects, the new cell will automatically generate a detail view that will enable the following operations: adding new objects, deleting objects, re-arranging objects, and editing the objects' properties. For more information, please see the documentation and the updated sample application.
Last but not least, we would like to thank Mr. Graham Barker for his valuable input, without which this release would not have been complete.
v1.0.6 Change Log:
**********************
* New!: Added an SCBadgeView badgeView property to SCTableViewCell
* New!: Added an SCArrayOfObjectsCell to Sensible TableView
* New!: Added an SCPropertyTypeArrayOfObjects to SCPropertyType
* New!: Added an SCNavigationBarTypeAddEditRight to SCNavigationBarType
* New!: Added the delegate method tableViewModel:detailViewDidDisappearForSectionAtIndex: to SCTableViewModelDelegate
* New!: Added the delegate method tableViewModel:detailViewDidDisappearForRowAtIndexPath: to SCTableViewModelDelegate
* New!: Added the delegate method detailViewWillAppearForCell:withDetailTableViewModel: to SCTableViewCellDelegate
* New!: Added the delegate method detailViewDidDisappearForCell: to SCTableViewCellDelegate
* Fix: Fixed a spelling mistake in SCSelectionSection and SCSelectionCell (in the initializer methods, allowMultipleSelection was misspelled as allowMultipeSelection)
* Fix: Fixed a warning that used to appear when compiling Sensible TableView with the LLVM 1.5 compiler. The warning was do to several compound comments in the code.
Sensible TableView v1.0.6 is available as a free upgrade to all Sensible TableView customers.