Skip to content

Instantly share code, notes, and snippets.

@primalmotion
Created October 3, 2011 15:06
Show Gist options
  • Select an option

  • Save primalmotion/1259316 to your computer and use it in GitHub Desktop.

Select an option

Save primalmotion/1259316 to your computer and use it in GitHub Desktop.
- (void)_updatePlaceholderState
{
var objectValue = [self objectValue];
if ((!objectValue || [objectValue count] === 0) && ![self hasThemeState:CPThemeStateEditing])
[self setThemeState:CPTextFieldStatePlaceholder];
else
[self unsetThemeState:CPTextFieldStatePlaceholder];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment