在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
类说明 CAAutoCollectionViewDelegate是交互代理,响应cell选中和取消状态。 CAAutoCollectionViewDelegate 方法(点击查看方法介绍)
CAAutoCollectionViewDelegate 方法说明 virtual void collectionViewDidSelectCellAtIndexPath(CAAutoCollectionView *collectionView, unsigned int section, unsigned int item){}; 返回值:void 参数:
解释:选中cell时调用 virtual void collectionViewDidDeselectCellAtIndexPath(CAAutoCollectionView *collectionView, unsigned int section, unsigned int item){}; 返回值:void 参数:
解释:取消选择cell时调用 |
请发表评论