-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iphone16Plus、iphone16pro上首次call起键盘后,被自动顶起的view会随后自动还原origin #2094
Comments
自测了下是self.view.frame改变位置无效导致,这个应该是苹果系统bug,只有16pro和16plus会出现这种问题.作者若有好的办法麻烦指导一下哈 |
必须是在presentViewController弹起的VC上才会出现哦,作者的demo都是push入栈模式,所以复现不出来,改成presentViewController就可以复现 |
对了 我说的是OC版本 |
@tangye10 I would request a demo project from you and configuration list in which the demo should be run to reproduce the issue. |
only OC have such issue |
@tangye10 @tangxiaopingdev Can you please share a demo project please? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当我使用iphone16Plus、iphone16pro启动项目时,点击输入框call键盘,输入框会被IQKeyboardManager自动移动到键盘上方,但是随后输入框又恢复到原有的位置.
The text was updated successfully, but these errors were encountered: