We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
这个需要改 chatKit
Sorry, something went wrong.
这个不是ChatKit的问题,是这个FreeChat Demo的问题。修改方法:将 storyboard中原有的以下结构:
navigation bar -> tabbar -> 四个ViewController
改为
tabbar --> 四个navigation bar -->四个ViewController
佐证:
联系人这个 Controller 最底端与 tabBar 的顶端没有对齐,那是因为FreeChat在Demo中,为了让顶端对齐,往下移动了navigationBar 的距离。如果按照上面的建议修改的话,就不需要进行这样的偏移操作。
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: