HDCollectionView icon indicating copy to clipboard operation
HDCollectionView copied to clipboard

An efficient and flexible listView (data driven). Based on Flexbox, it supports floating, waterfall, decorative view, horizontal sliding, segmented layout, and various alignments. Support diff refresh...

Results 9 HDCollectionView issues
Sort by recently updated
recently updated
newest added

PMFieldModel *model1 = [PMFieldModel new]; model1.fieldName = self.source == 1 ? @"添加收款计划" : @"添加付款计划"; HDCellModel *cellModel1 = HDMakeCellModelChain .hd_orgData(model1) .hd_cellSize(CGSizeMake(kScreenWidth, 48)) .hd_cellClassStr(@"PMAddDefaultTableViewCell") .hd_reuseIdentifier(@"addPlan") .hd_generateObj; [cellModelArr addObject:cellModel1]; 代码如下,我想实现添加滑动手势增加删除按钮

就是说,在横向滑动时禁止上下滑动;在上下滑动时禁止左右滑动。 现在效果如下: ![RPReplay_Final1618880393](https://user-images.githubusercontent.com/9317498/115322932-abe70d80-a1b9-11eb-9e34-ba1fc6848baf.gif)

Cell 里播放视频需要用到scrollViewDidScrollToTop: 建议新增滑动事件回调方法。 ![image](https://user-images.githubusercontent.com/9317498/114162054-4db95f80-995b-11eb-8617-c10ce12090eb.png)

[ws.collectionView hd_changeSectionModelWithKey:@"header1" animated:YES changingIn:^(id _Nonnull secModel) { secModel.headerObj = @"新值"; }]; - (void)updateSecVUI:(__kindof id)model { /// 此方法不会被调用, 我是在这里修改数据的 } 请问是我使用方式错了还是不能这样更新SectionHeader的数据呢?

var cellData:Any?{ didSet{ guard let cellData = cellData as? ZZZ_HomeNoisePresetList else { return } titlab.text = cellData.preset_cate_name //该段layout let layout = HDWaterFlowLayout() layout.secInset = UIEdgeInsets(top: 0, left: 20, bottom: 0,...

怎样加载.bundle文件中的xxxCell.nib