gpt4 book ai didi

iOS 8 swift : How to keep the keyboard displayed when the UIAlercontroller is presented modally?

转载 作者:可可西里 更新时间:2023-11-01 01:06:20 24 4
gpt4 key购买 nike

上下文非常简单,有一个带有文本字段的 UIViewcontroller,用于输入电话号码。文本字段处于使用键盘的编辑模式。

输入数字后,用户可以点击显示警报 Controller 的按钮。由于警报以模态方式呈现,它覆盖了 UIViewcontroller 并移除了键盘,因此不再启用编辑。

因此我的问题是,应该怎么做才能使键盘显示在警报后面?

最佳答案

这个解决方案有效

let rootViewController: UIViewController = UIApplication.sharedApplication().windows[1].rootViewController!!
rootViewController.presentViewController(alert, animated: true, completion: nil)

关于iOS 8 swift : How to keep the keyboard displayed when the UIAlercontroller is presented modally?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28559162/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com