ios-KRImageViewer
ios-KRImageViewer copied to clipboard
It is like Facebook Image Viewer.
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...
Ya, I updated it support rotations.