YahooArchive/YangMingShan

deletePhotoImage Crash!!

Opened this issue · 0 comments

deletePhotoImage Crash
When I change the UICollectionViewDelegateFlowLayout code:

Changed Code
return CGSize(width: collectionView.bounds.width/4, height: collectionView.bounds.height/4)

Origin Code:
return CGSize(width: collectionView.bounds.width, height: collectionView.bounds.height)