LeeWongSnail / ALiImagePicker

相册选择图片视频,基于PHPhoto
MIT License
33 stars 8 forks source link

进入ALiImagePickerController的时候,collectionView整体好像有一个下移的bug。 #4

Open LBBanner opened 7 years ago

iosYang commented 7 years ago

//关闭多出20像素的问题 if ([[UIDevice currentDevice] systemVersion].floatValue > 7.0){ self.automaticallyAdjustsScrollViewInsets = NO; }