0
放大當我嘗試,我在一個自定義的UIScrollView的放大的UIView我得到這個消息:錯誤,而試圖在UIScrollView中
Ignoring call to [UIPanGestureRecognizer setTranslation:inView:] since gesture recognizer is not active.
我怎樣才能解決這個問題,併成功縮放?
放大當我嘗試,我在一個自定義的UIScrollView的放大的UIView我得到這個消息:錯誤,而試圖在UIScrollView中
Ignoring call to [UIPanGestureRecognizer setTranslation:inView:] since gesture recognizer is not active.
我怎樣才能解決這個問題,併成功縮放?
試着找到你的解決方案here。它爲您提供了縮放滾動視圖的完整方法。
其很好,但對我無用 – user784625
這是一條錯誤消息嗎? – iOS
是的,這是我在嘗試縮放UIScrollView時得到的錯誤消息 – user784625