David Stanley
Results
1
issues of
David Stanley
replaced line 56 of CYRKeyboardButtonView.m changed from: if (UIInterfaceOrientationIsLandscape([UIApplication sharedApplication].statusBarOrientation)) { to : if ([UIScreen mainScreen].bounds.size.width > [UIScreen mainScreen].bounds.size.height) { When used in an iOS keyboard extension, the original line...