Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将scrollView contentSize配置为与其框架高度相同(我也测试了<),为什么仍然显示滚动条,看来scrollview内容大小不是我在代码中配置的。
我认为您将滚动视图放置在 Retina 4 英寸大小的视图中,并且滚动视图会自动调整大小。
viewDidLoad在方法中添加行
viewDidLoad
self.mainScrollView.autoresizingMask = UIViewAutoresizingFlexibleWidth;
或在 IB 中设置正确的自动调整大小掩码。