开发者

How to overlay on top of the Keyboard in xcode

How do you overlay something, ie a UIImageView over the keyboard whi开发者_开发技巧ch pops up when editing a UITextFIeld?


You can catch keyboard window using following code, if you put it into textFieldDidBeginEditing method:

UIWindow* keyboard = [[[UIApplication sharedApplication] windows] objectAtIndex:1];
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜