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
感谢开源, 框架写的很好, 也很易用 但是我遇到一个问题 使用场景大致如下
只创建两个 viewController, 每个都使用xib, xib中控件加了约束 问题就出现在这里 childViewControllers 这个数组中的 第一个 controller 页面会偏下(两个页面顶部使用的是同样的约束距离)一个导航的高度 我之所以说第一个,是因为测试过两个以上,或者调换距离,都是第一个页面偏下
可以解决下吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
感谢开源, 框架写的很好, 也很易用
但是我遇到一个问题
使用场景大致如下
只创建两个 viewController, 每个都使用xib, xib中控件加了约束
问题就出现在这里
childViewControllers 这个数组中的 第一个 controller 页面会偏下(两个页面顶部使用的是同样的约束距离)一个导航的高度
我之所以说第一个,是因为测试过两个以上,或者调换距离,都是第一个页面偏下
可以解决下吗
The text was updated successfully, but these errors were encountered: