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

聊天窗口和最新消息窗口,navigationbar 和 tableview 重叠 #23

Open
jwfing opened this issue Jul 9, 2016 · 2 comments
Open

Comments

@jwfing
Copy link
Owner

jwfing commented Jul 9, 2016

No description provided.

@jwfing
Copy link
Owner Author

jwfing commented Jul 10, 2016

这个需要改 chatKit

@ChenYilong
Copy link

ChenYilong commented Jul 11, 2016

这个不是ChatKit的问题,是这个FreeChat Demo的问题。修改方法:将 storyboard中原有的以下结构:

navigation bar -> tabbar -> 四个ViewController

改为

tabbar --> 四个navigation bar -->四个ViewController

佐证:

enter image description here

联系人这个 Controller 最底端与 tabBar 的顶端没有对齐,那是因为FreeChat在Demo中,为了让顶端对齐,往下移动了navigationBar 的距离。如果按照上面的建议修改的话,就不需要进行这样的偏移操作。

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