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 31bf918 commit 389e4fbCopy full SHA for 389e4fb
TOPasscodeViewController/TOPasscodeViewController.m
@@ -301,7 +301,7 @@ - (void)layoutAccessoryButtonsForWidth:(CGFloat)width
301
}
302
303
CGFloat inset = self.passcodeView.keypadButtonInset;
304
- CGPoint point = (CGPoint){0.0f, self.view.bounds.size.height - verticalInset};
+ CGPoint point = (CGPoint){0.0f, (self.view.bounds.size.height - self.keyboardHeight) - verticalInset};
305
306
UIButton *leftButton = self.leftAccessoryButton ? self.leftAccessoryButton : self.biometricButton;
307
if (leftButton) {
0 commit comments