我只是将我的 xcode从7.3更新为8,并面临所有UISrollviews的一些奇怪行为.虽然在scrollview内部的设备子视图中进行测试与屏幕中心对齐,但在故事板中它排列得非常好.我没有得到任何关于这种
滚动视图和子视图.
如果你想支持多个屏幕请在视图中添加以下代码:
self.scrollVw.frame.size.width = self.view.frame.size.width self.scrollVw.frame.size.height = self.view.frame.size.height self.scrollContainerVw.frame.size.width = self.view.frame.size.width self.scrollContainerVw.frame.size.height = self.view.frame.size.height