UIPopovercontroller 被键盘抬高压缩
UIPOpovercontroller被抬高压缩的问题,可以通过添加对键盘的监听:
首先,在viewdidload中监听键盘出现的动作
[[NSNotificationCenter
defaultCenter]addObserver:self
selector:@selector(keyBoardWillShow:)
name:UIKeyboardWillShowNotifi
原创
2013-09-23 13:33:26 ·
1061 阅读 ·
0 评论