摘要: //当键盘出现或改变时调用- (void)keyboardWillShow:(NSNotification *)aNotification{ //获取键盘的高度 NSDictionary *userInfo = [aNotification userInfo]; NSValue *aValue... 阅读全文
posted @ 2014-06-06 14:32 回读(IOS) 阅读(249) 评论(0) 推荐(0)