make ASEditableTextField properly subclass responder methods

This commit is contained in:
Jack Flintermann
2015-06-27 01:48:55 -04:00
parent 540eeec79b
commit 8a200078bd
2 changed files with 18 additions and 8 deletions

View File

@@ -57,10 +57,10 @@
- (BOOL)isFirstResponder;
//! @abstract Makes the receiver's text view the first responder.
- (void)becomeFirstResponder;
- (BOOL)becomeFirstResponder;
//! @abstract Resigns the receiver's text view from first-responder status, if it has it.
- (void)resignFirstResponder;
- (BOOL)resignFirstResponder;
#pragma mark - Geometry
/**