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可以包含在另一个UIScrollView. 如果包含的滚动视图的内容大小不大于父滚动视图,则它将保持冻结状态。
UIScrollView
你绝对可以, UIScrollView 从 UIView 继承,你可以使用它的addSubview方法。