监听键盘高度实现评论功能

效果展示: 代码: //监听键盘出现和消失 [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil]; [[NSNotificationCenter defaultCenter]
相关文章
相关标签/搜索