Fusuma icon indicating copy to clipboard operation
Fusuma copied to clipboard

Instagram-like photo browser and a camera feature with a few line of code in Swift.

Results 25 Fusuma issues
Sort by recently updated
recently updated
newest added

i am using your Lib but i see there UI is not compatible with iPhone X. please update constraint according to iPhone X.

bug
help wanted

Fusuma not work multiply selected image in gallery, button done not get images. Error is in method private func requestImage(with asset: PHAsset, cropRect: CGRect, completion: @escaping (PHAsset, UIImage) -> Void)...

I want to get the path of selected images. But, using phAsset from metadata returns nil. I tried the following: None of the ways in the following function worked. `...

On iOS 13, after permission is given for camera and library fusma is still blank. The user has to click out and back in before the images show. Any way...

Is not possible to customize the selected images icon (ic_checkmark) like the others icons.

I'm trying to allow the user to select multiple images and for that I have tried below code. ``` let fusuma = FusumaViewController() fusuma.delegate = self fusuma.cropHeightRatio = 1.0 fusuma.allowMultipleSelection...

when I am trying to zoom in or zoom out the image which is in crop view it scrolls up the collection view... this event increase the height of collection...

While selecting more than 15 images, it will crash the app due to memory issue. Even in your example demo you can check the same with uploading 15 or more...