N North Bronson macrumors 6502 Oct 31, 2007 395 1 San José Oct 4, 2009 #2 Create a subclass of UITextView. Implement this method: Code: - (BOOL)canBecomeFirstResponder { return NO; }
Create a subclass of UITextView. Implement this method: Code: - (BOOL)canBecomeFirstResponder { return NO; }