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.
我有一个应用程序,我可以在其中拥有超过 3000 页的分页滚动视图,但加载需要一分钟多的时间。有没有办法在用户滚动时连续和瞬时加载更多的滚动视图页面?
您是否考虑过使用新的UICollectionView布局视图(它是 的子类UIScrollView)?它们与 UITableView 类似,可以按需加载内容,但呈现方式要灵活得多。仅iOS6,但在这一点上并非不合理。
UICollectionView
UIScrollView