Welcome, Guest
Username Password: Remember me

Sensible TableView v1.0.6 released!
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Sensible TableView v1.0.6 released!

Sensible TableView v1.0.6 released! 1 year, 9 months ago #1

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.
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72
Last Edit: 1 year, 9 months ago by tarekskr.

Re: Sensible TableView v1.0.6 released! 1 year, 9 months ago #2

Awesome software! This has the potential to save me a lot of time with a few tweaks!

When is the next minor release?
  • baberuth22
  • OFFLINE
  • Expert Boarder
  • Posts: 84
  • Karma: 2

Re: Sensible TableView v1.0.6 released! 1 year, 9 months ago #3

The next release is actually due tomorrow! (TUE) The biggest highlight for the new release is Core Data integration. All the other new features will be announced in our announcements section along with the release announcement, so stay tuned.
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72

Re: Sensible TableView v1.0.6 released! 1 year, 9 months ago #4

Thanks a lot! I can't wait!!

Will core date integrate with sqlite as usual and will that solve my NSString with a table selection view problem?
  • baberuth22
  • OFFLINE
  • Expert Boarder
  • Posts: 84
  • Karma: 2

Re: Sensible TableView v1.0.6 released! 1 year, 9 months ago #5

The new release will support Core Data-SQLite integration and will also solve your NSString selection problem
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72
  • Page:
  • 1
Time to create page: 1.49 seconds