UA-17470720-3

Jump to content


Issue Information

  • #000109

  • Issue

Issue Confirmations

  • Yes (0)No (0)
Photo

SCTextViewCell Separator Disappears

Posted by Andrew_P on 24 April 2015 - 09:53 AM

Hey,
  When editing a SCTextViewCell the cell above (the SCTextViewCell) will lose it's cell separator as soon as editing begins. Any help with this would be great :)

This is a known iOS bug. You can fix this by disabling auto resizing in SCTextViewCell.

Hey Tarek,
I tried disabling the auto resizing however the line separator of the cell continued to disappear. However, i've been messing around and if you write something like..
   textViewPropertyDef.cellActions.valueChanged = ^(SCTableViewCell *cell, NSIndexPath *indexPath){
	    [cell.ownerTableViewModel.tableView deselectRowAtIndexPath:indexPath animated:NO];
    };
The separator no longer disappears, i don't know if that's an entirely sensible thing to do! However it seems to be something to do with the way iOS is handling a selected cell.





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users