怎么设置默认的子控制器
honbolau opened this issue · 3 comments
honbolau commented
在左右滑动时候能切换控制器, 那怎么做到我一进控制器默认就是第二个子控制器?
dsxNiubility commented
已经入页面就设置一个scrowView的偏移量到第二页,或者调一下手势滑动方法应该都可以 你可以试试
在 2015年10月13日 上午9:36,刘洪宝 notifications@github.com写道:
在左右滑动时候能切换控制器, 那怎么做到我一进控制器默认就是第二个子控制器?
—
Reply to this email directly or view it on GitHub
#9.
honbolau commented
这种效果有一个假象. 就是要刷新2次,进入之后一个刷新一次,然后偏移量到第二页又刷新..效果不理想
dsxNiubility commented
的确是会有这种情况,但如果用其他的方式,可能需要解决一些附带的bug。你可以直接去plist文件里面改下顺序,这应该是最方便的方案。