We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c87ea commit 2c3cc0fCopy full SHA for 2c3cc0f
TPKeyboardAvoiding/TPKeyboardAvoidingTableView.m
@@ -48,14 +48,12 @@ -(void)dealloc {
48
}
49
50
-(BOOL)hasAutomaticKeyboardAvoidingBehaviour {
51
-#if defined(__IPHONE_8_3)
52
if ( [self.delegate isKindOfClass:[UITableViewController class]] ) {
53
// Theory: Apps built using the iOS 8.3 SDK (probably: older SDKs not tested) seem to handle keyboard
54
// avoiding automatically with UITableViewController. This doesn't seem to be documented anywhere
55
// by Apple, so results obtained only empirically.
56
return YES;
57
58
-#endif
59
60
return NO;
61
0 commit comments