We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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键盘,输入框会被IQKeyboardManager自动移动到键盘上方,但是随后输入框又恢复到原有的位置.
The text was updated successfully, but these errors were encountered:
自测了下是self.view.frame改变位置无效导致,这个应该是苹果系统bug,只有16pro和16plus会出现这种问题.作者若有好的办法麻烦指导一下哈
Sorry, something went wrong.
必须是在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
No branches or pull requests
当我使用iphone16Plus、iphone16pro启动项目时,点击输入框call键盘,输入框会被IQKeyboardManager自动移动到键盘上方,但是随后输入框又恢复到原有的位置.
The text was updated successfully, but these errors were encountered: