开发者

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. I don't know if something is overwriting it or what it could possibly be.

Ipad SDK. Keyboard dismis button not working

When i click it really fast it presses once then you have to wait a second or two until you can click it again.

Thi开发者_StackOverflow社区s problem is happening globally in all my views that show the keyboard.


might not help you but in my case i had the same problem, only with uitextviews (which is odd) and it turns out i was using ios[redacted] and was trying to use mainwindow.xibs for my main window like how we would in older xcodes.

some reason this doesnt work the same now(maybe after storyboards?) so you need to ditch your mainwindow.xib and do whatever setup was in there in code. after doing that my uitextviews worked.

very strange.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜