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 = CGSizeMake(scrollView.frame.size.width * NumberOfPages, 1);