ALiImagePicker
ALiImagePicker copied to clipboard
进入ALiImagePickerController的时候,collectionView整体好像有一个下移的bug。
//关闭多出20像素的问题 if ([[UIDevice currentDevice] systemVersion].floatValue > 7.0){ self.automaticallyAdjustsScrollViewInsets = NO; }