ios - Disabling touch detection UIScrollView -
i'm making drawing app , accept pictures bigger screen. this, put image view in scroll view. however, when drawing tool enabled want disable detection of touch events on scroll view can use touchesbegan, touchesmoved , touchesended methods drawing. seems if scroll view has scroll disabled, these methods not getting called. how can go doing this?
try turning userinteractionenabled no. maybe helps.. :)
Comments
Post a Comment