WPhoto icon indicating copy to clipboard operation
WPhoto copied to clipboard

自定义相册中选择多张图片展示和上传

Results 4 WPhoto issues
Sort by recently updated
recently updated
newest added

原因就是,那个collectionview 的frame和完成按钮有重叠。修改collectionview的高度就可以了

感觉功能有点简单,建议增加 1、预览功能 2、取消图片选择的回调(我需要知道用户是否取消选择图片了) 3、图片选择超过上限的提示

NSString *cellId = [NSString stringWithFormat:@"cell%ld", (long)i]; [self.ado_collectionView registerClass:[myPhotoCell class] forCellWithReuseIdentifier:cellId]; 这样给每个cell设置不同的Identifier 是否失去了复用机制的意义