IGListKit-Class-Diagram-2
2017-03-08 17:34:01 0 举报
由于这是一个计算机相关的query,而不是一个直接的问题或请求,我无法为您生成一段描述。但是,我可以为您提供一些关于IGListKit的信息。 IGListKit是一个用于构建高性能列表的框架,它支持iOS和tvOS平台。它提供了一种简单的方式来管理和渲染大量的数据,同时还提供了许多有用的功能,如自动布局、动画、分页和无限滚动等。IGListKit的设计目标是提供一种简单、灵活和高效的方式来构建列表视图。 如果您需要更多关于IGListKit的信息,或者有其他问题,请告诉我。
作者其他创作
大纲/内容
IGListSectionType
- (NSInteger)numberOfItems;- (CGSize)sizeForItemAtIndex:(NSInteger)index;- (__kindof UICollectionViewCell *)cellForItemAtIndex:(NSInteger)index;- (void)didUpdateToObject:(id)object;- (void)didSelectItemAtIndex:(NSInteger)index;
IGListSingleSectionController
IGListWorkingRangeHandler
+ attribute1:type = defaultValue+ attribute2:type- attribute3:type
+ operation1(params):returnType- operation2(params)- operation3()
IGListStackedSectionController
IGListSectionController
IGListDisplayHandler
- (void)willDisplayCell:(UICollectionViewCell *)cell forListAdapter:(IGListAdapter *)listAdapter sectionController:(IGListSectionController *)sectionController object:(id)object indexPath:(NSIndexPath *)indexPath;- (void)didEndDisplayingCell:(UICollectionViewCell *)cell forListAdapter:(IGListAdapter *)listAdapter sectionController:(IGListSectionController *)sectionController indexPath:(NSIndexPath *)indexPath;
收藏
0 条评论
下一页