Hi
I really like your work with SensibleTV !!
I'm working with your Core Data App ex. now and have 3 questions.
1) How to configure "move rows" in TaskEntity for name in table view.
2) I have problem with configuration of "multiple selection" for category :
categoryPropertyDef.attributes = [SCSelectionAttributes attributesWithItems:[NSArray arrayWithObjects:@"Home", @"Work", @"Other", nil] allowMultipleSelection:YES allowNoSelection:NO]; but when I quit appl. and open again I see only one selected item. The same is with another ex. you supplied with SensibleTv.
3) How to change in Core Data App ex : Badge Cell to red "hot" as it is on the web -sensiblecocoa.com/features.htm
Regards
p.s
I found a solutions to p. 3) myself i Documentation and used myclassDef.uiElementDelegate = self; and - (void)willDisplayCell:(SCTableViewCell *)cell
it works perfectly !
Still please reply to 1) and 2)
Regards