Skip to content

Instantly share code, notes, and snippets.

View stefanklumpp's full-sized avatar

Stefan Klumpp stefanklumpp

View GitHub Profile
@jagbolanos
jagbolanos / gist:2649319
Created May 9, 2012 22:15
UITextView with Hint Text
- (void) viewDidLoad {
//...
comments.text = @"Comments";
comments.textColor = [UIColor lightGrayColor];
isEmpty = YES;
//...
}
- (BOOL)textViewShouldBeginEditing:(UITextView*)textView {
if (isEmpty) {