ios-KRImageViewer icon indicating copy to clipboard operation
ios-KRImageViewer copied to clipboard

It is like Facebook Image Viewer.

Results 4 ios-KRImageViewer issues
Sort by recently updated
recently updated
newest added

Any plans to add this to cocoapods? It would be very helpful.

If you want to rotate only! your KRImageView(like Facebook) and not your whole application you can add following to your view did Load: [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didRotate) name:UIDeviceOrientationDidChangeNotification object:nil]; to...

You could fix this by adding the view to Application and not to parent view, so it is provided that the images are always in front: Replace [self.krImageViewer resetView:self.view.window]; with...