When I try to zoom in UIScrollView that I defined in a custom UIView I get this message:
Ignoring call to [UIPanGestureRecognizer setTranslation:inView:] since gesture recognizer is not active.
How can I solve the problem and succeed zooming?
When I try to zoom in UIScrollView that I defined in a custom UIView I get this message:
Ignoring call to [UIPanGestureRecognizer setTranslation:inView:] since gesture recognizer is not active.
How can I solve the problem and succeed zooming?