Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

自定义表情键盘与tableview的约束性问题 #58

Open
taojeff opened this issue Sep 1, 2016 · 2 comments
Open

自定义表情键盘与tableview的约束性问题 #58

taojeff opened this issue Sep 1, 2016 · 2 comments

Comments

@taojeff
Copy link

taojeff commented Sep 1, 2016

博主,我从上次问到你的自定义表情键盘和tableView的约束问题后。我自己也是在一直去做修改和研究,可是还是让我感觉很无措。当每次进入聊天页面的时候,我如果先点击表情按钮弹出自定义的表情键盘的时候在点击表情进行给TextViewInput进行赋值的时候,这个时候tableView的约束就没有了 这个时候tableView的高度则变成了整个屏幕的高度,而不是约束后的高度。如果我是已进入页面先点击的是输入框然后在点击表情头像进行弹出自定义表情键盘的话就没有我所说的问题。这个问题让我困惑了很久

@Shin1122
Copy link

我的做法:
先弹出系统键盘,主动设置responder.
然后切换到自定义键盘。
你布局没问题的话应该是可以获取键盘高度再动态变化的。

@Shin1122
Copy link

对了,其实我比较关心你是怎么让表情显示出来的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants