Closed eldhoseelias closed 5 years ago
Hmm, thats not suposed to happen.
Two questions, to be able to better help you:
also, did you have the same issues when you didn't specify the parent view? This should normally only bee needed when you want the zoom overlay to appear above elements outside of current view controller hierarchy. When the image to be zoomed is not part of the hierarchy that it will be zoomed in, problems like these may occur. This has to do with the way Absolute coordinates are currently calculated.
tldr; if this only happens when specifying 'in: parentView' we might have to improve the absolute coordinate calculation for these cases.
Let me know 🙂
Closing this due to inactivity, feel free to open it if help is needed.
`` import UIKit import Zoomy
class DZImageViewerViewController: UIViewController {
}
//MARK: - ZoomDelegate extension DZImageViewerViewController: Zoomy.Delegate {
}