You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我的视图结构是:
1没有导航栏,但顶部有个自定义的view,高度跟导航栏不一样。
2中间是table
3底部就是你的keyboard
问题:
在设置了_chatKeyBoard = [ChatKeyBoard
keyBoard]和_chatKeyBoard.associateTableView =
self.table之后,点击输入框键盘弹起,顶部自定义的view看不到了(我估计是被table挡住),但是键盘回落的时候顶部的view依然看不到。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHJwxspSYUgaCeb1WkrVwBVzk84fHCoAks5rApGsgaJpZM4K5ETy>
.
我的视图结构是:
1没有导航栏,但顶部有个自定义的view,高度跟导航栏不一样。
2中间是table
3底部就是你的keyboard
问题:
在设置了_chatKeyBoard = [ChatKeyBoard keyBoard]和_chatKeyBoard.associateTableView = self.table之后,点击输入框键盘弹起,顶部自定义的view看不到了(我估计是被table挡住),但是键盘回落的时候顶部的view依然看不到。
The text was updated successfully, but these errors were encountered: