Error while trying to zoom in UIScrollView
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 zo开发者_JS百科oming?
精彩评论