Welcome, Guest
Username Password: Remember me

SCSelectionCell error when no item selected
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: SCSelectionCell error when no item selected

SCSelectionCell error when no item selected 1 year, 8 months ago #1

I have a SCSelectionCell that brings up the detail view of items just fine but if I don't select an item (e.g. simply click "back" navigation button) my app crashes with SIGABRT. Below is my code for the SCSelectionCell. Note I've tried to use some of the properties to avoid this and I am not generating from ObjectCells from my object:

SCSelectionCell *selectionCell = [SCSelectionCell alloc] initWithText:@"Service" withBoundObject:newAppointment withSelectionStringPropertyName:@"serviceName" withItems:serviceItems];
selectionCell.allowNoSelection = FALSE;
selectionCell.valueRequired = TRUE;
selectionCell.autoValidateValue = TRUE;
//selectionCell.detailViewModal = TRUE;
[section2 addCell:selectionCell];

Thanks in advance for any direction you can provide!
  • kes815
  • OFFLINE
  • Junior Boarder
  • Posts: 32
  • Karma: 0

Re: SCSelectionCell error when no item selected 1 year, 8 months ago #2

This issue has been fixed in our upcoming release of Sensible TableView. I'll be sending you an RC version right away. Thank you very much.
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72

Re: SCSelectionCell error when no item selected 1 year, 8 months ago #3

Thank you very much the RC version worked beautifully! Just want to say I am amazed at the elegance of your product and even more so love the time and frustration it has saved me! Your immediate response to the first issue I've run into is just the icing on the cake. Thank you!
  • kes815
  • OFFLINE
  • Junior Boarder
  • Posts: 32
  • Karma: 0

Re: SCSelectionCell error when no item selected 1 year, 8 months ago #4

Thanks a lot Karl, it's words like yours that keeps us going everyday
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72
  • Page:
  • 1
Time to create page: 1.43 seconds