internalG
internalG
The key is that you can't set disableBlurEffects = YES, the default NO works well.
It occurs on iOS 11 too.
Any plan for this? By default I find many log files in logs directory, it seems scrapyrt create one file for one request. It's somewhat unexpected. What's the best practice...
有参数可以纠正这个问题吗?
Any solution? It seems we need to calculate the space for photo to bounce. I'm surprised that the contacts app can do this easily but leaves so many to developers.
Thanks for your great work. I find another repo that deals with it well, https://github.com/ruslanskorb/RSKImageCropper. But it has a lot of image process that looks a little big for DZNPhotoPickerController/Editor....
it's too bad to use with UICollectionView.
  Attached 2 screenshots. I think FlowLayoutHorizontalJustificationRight + UICollectionViewScrollDirectionHorizontal is weird...
One line is enough. The first screenshot is nearly good except the position of cells.
Actually I think the layout has no need to calculate anything to work with UICollectionViewScrollDirectionHorizontal. The default implementation of UICollectionViewScrollDirectionHorizontal in iOS should work with your ERJustifiedFlowLayout. Just keep the...