gpt4 book ai didi

swift - 快速自动显示键盘

转载 作者:行者123 更新时间:2023-11-28 05:37:00 25 4
gpt4 key购买 nike

当我转到特定的 View Controller 时,我需要自动显示键盘。举个例子,我有两个名为“A”和“B”的 View Controller 。我在“B” View Controller 中有一个文本字段。当我从“A”导航到“B”时,我需要自动显示键盘。怎么做?

最佳答案

在 B View Controller 中

override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
textField.becomeFirstResponder()
}

关于swift - 快速自动显示键盘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58317464/

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