zeldarose

Results 3 comments of zeldarose

@[Cemoo](/Cemoo) Hi I followed your codes and had an issue. I couldn't scroll to top or bottom after zooming. Can you take a look?

@IBAction func pinchRecognized(_ sender: UIPinchGestureRecognizer) { if sender.state == .began || sender.state == .changed { if sender.scale

I tried this solution and it worked. class func getUIImage(asset: PHAsset) -> UIImage? { var img: UIImage? let options = PHImageRequestOptions() options.deliveryMode = .highQualityFormat options.isSynchronous = true // Set it...