ZoomImageView icon indicating copy to clipboard operation
ZoomImageView copied to clipboard

UI component library to expand the photo, such as Apple's Photos app

Results 5 ZoomImageView issues
Sort by recently updated
recently updated
newest added

Is it possible to change the zoom scale? Currently it can only zoom in slightly

Hello Team- We are trying to do this: let imageView1 = ZoomImageView(frame: CGRect(x: CGFloat(10), y: CGFloat(50), width: CGFloat(self.view.frame.size.width - 20), height: CGFloat(self.view.frame.size.height - 100))) imageView1.zoomMode = .fit imageView1.imageView.sd_setImage(with: URL(string: String(format:"%@",img)),...

Hello and thank you for your cool & awesome framework! Can you please add the rotation ability please?