uikeyboard
Ipad SDK. Keyboard dismis button not working
Having a problem with my app for iPad, that when i click the keyboard dismiss button, nothing happens.[详细]
2023-03-18 11:04 分类:问答iOS: How to access the `UIKeyboard`?
I want to get a pointer reference to UIKeyboard *keyboard to the keyboard on screen so that I can add a transparent subview to it, covering it completely, to achieve the effect of disabling the UIKeyb[详细]
2023-03-15 04:07 分类:问答Whether iPad 4.3 simulator is supporting UIKeyboardAppearanceAlert or not?
I have used this code: myTextField.keyboardType = UIKeyboardTypeNumberPad; myTextField.keyboardAppearance = UIKeyboardAppearanceAlert;[详细]
2023-03-14 23:32 分类:问答resignFirstResponder and proofreader/PRDBinit 16 byte leak?
We\'re having a minor issue dealing with the pesky iPhone keyboard. We have tried - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {[详细]
2023-03-14 20:38 分类:问答UIKit: Is it possible to make a category for UIKeyboard?
I want to make a category on UIKeyboard, but I get the error, \"Cannot find interface declaration for UIKeyboard`. But, when I try to give it an interface declaration, I get a warning that it\'s alrea[详细]
2023-03-14 20:15 分类:问答how to check if a view is behind the keyboard on iphone
in my application i have a bunch of textlabels and textviews. Sometimes the textview is underneath the keyboard. My question is if there\'s a way to check if a textview is behind the keyboard to move[详细]
2023-03-14 20:02 分类:问答UITextView resign first responder on 'Done'
I have been searching around the web for about an hour now, and cannot find any code开发者_运维问答 to help me with this.[详细]
2023-03-13 23:12 分类:问答UIToolbar not adding to Keyboard
I am trying to add a UIToolbar to the UIKeyboard so that the username can switch easily between two text fields. However I cannot get it to work. Please can you tell me what I am doing wrong. I have s[详细]
2023-03-12 19:46 分类:问答Keyboard not Appearing when Tapping Text Box in UIWebView
I have a UITabViewController set up with two tabs, the second containing a web browser. The keyboard will not appear in开发者_StackOverflow my App unless I first display and dismiss a UIAlertView in t[详细]
2023-03-12 16:55 分类:问答Detecting when 'Home' is pressed or app is resumed (Keyboard is covering View when it resumes)
In my iPhone app, if the user presses the Home button while the keyboard is up, then returns to the app, the keyboard is still up but my view behind is hidden behind it![详细]
2023-03-12 04:27 分类:问答