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.
我正在为我的应用程序使用 pscollection 视图。最初我加载了 30 个项目。我想要做的是,当它向下滚动时,我想在从服务器获取数据后添加更多项目。我怎样才能做到这一点?
如果你在谈论 PSTCollectionView,你会像在 UICollection 视图中那样做
[collectionVIew insertItemsAtIndexPaths:(NSArray *)indexPaths];