Skip to content

Instantly share code, notes, and snippets.

@ArtSabintsev
Created July 16, 2014 02:06
Show Gist options
  • Save ArtSabintsev/19cf21ff9e13a052004b to your computer and use it in GitHub Desktop.
Save ArtSabintsev/19cf21ff9e13a052004b to your computer and use it in GitHub Desktop.
Fix for Sasa
- (void)clearCell
{
_textField.text = nil;
[_textField toggleFloatLabel:UIFloatLabelAnimationTypeHide];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment