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.
我正在尝试使用 UIScrollView 滚动浏览几个 UIView,但它没有滚动。我已经在界面生成器中设置了所有内容。任何人都可以提供任何想法吗?
您需要在代码中设置滚动视图的内容大小。否则它不知道它需要滚动多远。有关更多详细信息,请参阅此处的 Apple 文档:
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIScrollView_Class/Reference/UIScrollView.html