开发者

IOS: iPad keyboard always visible?

开发者 https://www.devze.com 2023-03-09 23:36 出处:网络
In my application, I want the keyboard to always be visible in a view. I can do it with a textfield in this way:

In my application, I want the keyboard to always be visible in a view. I can do it with a textfield in this way:

[textF开发者_Go百科ield1 becomeFirstResponder]; //in viewWillAppear

but I don't have a text field explicitly in the view itself?

0

精彩评论

暂无评论...
验证码 换一张
取 消