IOS: iPad keyboard always visible?
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?
精彩评论