Welcome, Guest
Username Password: Remember me

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

TOPIC: Sensible TableView v1.5 released!

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

We are really excited to announce our latest and greatest release to date: Sensible TableView 1.5 with Core Data support! We are happy to have the new release as a free upgrade to all our existing customers. In addition, we are also having it on a special promotional price for all new customers.

The highlight of this release is Core Data integration within Sensible TableView. Sensible TableView will now generate all your user interface elements and detail views right from your Core Data model, including all relationships! (watch video tutorial) We owe here tremendous gratitude to all our customers who have actively participated in our BETA testing, we could never have made it without you guys. Thank you very much! To express our gratitude to all of you, we will be announcing a new Loyal Customer Rewards Program in the next few days, so stay tuned!


** Most notable new features:

* Core Data integration!
* New out-of-the-box dictionary/plist editor
* SCSelectionSection and SCSelectionCell now support binding to NSNumber and NSString properties, in addition to NSMutableSet properties. When bound to an NSNumber property, the property value will be automatically set to the selected item's index. When bound to an NSString property, it will be set to the selected item's name (string).


Full v1.5 change log:
*********************

* New!: All object bound classes are now Core Data enabled!
* New!: Added the following properties to SCClassDefinition:
@property (nonatomic, readonly, retain) NSEntityDescription *entity
@property (nonatomic, readonly, retain) NSManagedObjectContext *managedObjectContext
@property (nonatomic, copy) NSString *keyPropertyName
* New!: Added the following methods to SCClassDefinition
+ (id)definitionWithEntityName:withManagedObjectContext:autoGeneratePropertyDefinitions:
+ (id)definitionWithEntityName:withManagedObjectContext:withPropertyNames:
+ (id)definitionWithEntityName:withManagedObjectContext:withPropertyNames:withPropertyTitles:
- (id)initWithEntityName:withManagedObjectContext:autoGeneratePropertyDefinitions:
- (id)initWithEntityName:withManagedObjectContext:withPropertyNames:
- (id)initWithEntityName:withManagedObjectContext:withPropertyNames:withPropertyTitles:
* New!: Added SCDictionaryDefinition new class to the framework
* New!: Added the following properties to SCPropertyAttributes
@property (nonatomic, retain) UIImageView *imageView
@property (nonatomic, retain) NSArray *imageViewArray
* New!: Added the following property to SCTableViewModel
@property (nonatomic, retain) UIBarButtonItem *editButtonItem
* New!: Added the following methods to SCTableViewModelDelegate
- (void)tableViewModelWillBeginEditing:
- (void)tableViewModelDidBeginEditing:
- (void)tableViewModelWillEndEditing:
- (void)tableViewModelDidEndEditing:
- (void)tableViewModel:didInsertRowAtIndexPath:
- (void)tableViewModel:willRemoveRowAtIndexPath:
* New!: Added the following properties to SCTableViewSection
@property (nonatomic) CGFloat *headerHeight
@property (nonatomic) CGFloat *footerHeight
@property (nonatomic, retain) NSArray *cellsImageViews
* New!: Added the following properties to SCArrayOfObjectsSection
@property (nonatomic, retain) NSMutableSet *itemsSet
@property (nonatomic) BOOL *sortItemsSetAscending
* New!: Added the following methods to SCArrayOfObjectsSection
+ (id)sectionWithHeaderTitle:withItemsSet:withClassDefinition:
+ (id)sectionWithHeaderTitle:withEntityClassDefinition:
- (id)initWithHeaderTitle:withItemsSet:withClassDefinition:
- (id)initWithHeaderTitle:withEntityClassDefinition:
* New!: Added the following property to SCSelectionSection
@property (nonatomic, copy) NSNumber *selectedItemIndex
* New!: Added the following methods to SCSelectionSection
+ (id)sectionWithHeaderTitle:withBoundObject:withSelectedIndexPropertyName:withItems:
+ (id)sectionWithHeaderTitle:withBoundObject:withSelectionStringPropertyName:withItems:
+ (id)sectionWithHeaderTitle:withBoundKey:withSelectedIndexPropertyName:withItems:
- (id)initWithHeaderTitle:withBoundObject:withSelectedIndexPropertyName:withItems:
- (id)initWithHeaderTitle:withBoundObject:withSelectionStringPropertyName:withItems:
- (id)initWithHeaderTitle:withBoundKey:withSelectedIndexPropertyName:withItems:
* New!: Added the following property to SCTableViewCell
@property (nonatomic, retain) NSArray *detailCellsImageViews
* New!: Added the following property to SCSelectionCell
@property (nonatomic, copy) NSNumber *selectedItemIndex
* New!: Added the following methods to SCSelectionCell
+ (id)cellWithText:withBoundObject:withSelectedIndexPropertyName:withItems:
+ (id)cellWithText:withBoundObject:withSelectionStringPropertyName:withItems:
+ (id)cellWithText:withBoundKey:withSelectedIndexPropertyName:withItems:
- (id)initWithText:withBoundObject:withSelectedIndexPropertyName:withItems:
- (id)initWithText:withBoundObject:withSelectionStringPropertyName:withItems:
- (id)initWithText:withBoundKey:withSelectedIndexPropertyName:withItems:
* New!: Added the following properties to SCArrayOfObjectsCell
@property (nonatomic, retain) NSMutableSet *itemsSet
@property (nonatomic) BOOL *sortItemsSetAscending
* New!: Added the following methods to SCArrayOfObjectsCell
+ (id)cellWithItemsSet:withClassDefinition:
+ (id)cellWithEntityClassDefinition:
- (id)initWithItemsSet:withClassDefinition:
- (id)initWithEntityClassDefinition:
* Fix: Fixed an update problem with SCBadgeView
* Fix: Fixed a bug that crashed Sensible TableView when cells are moved from one SCArrayOfItemsSection to another
* Fix: Fixed a bug that sometimes ignores custom user cell configuration in willConfigureCell SCTableViewModelDelegate method
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72

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

Super! That is certainly exciting!

How do existing customers obtain the new release?
  • baberuth22
  • OFFLINE
  • Expert Boarder
  • Posts: 84
  • Karma: 2

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

You will find it in your mailbox very soon. Some delays are due to the big batches of emails sent.
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72
  • Page:
  • 1
Time to create page: 0.84 seconds