开发者

How to Scroll a view only when fingers moved on a specified rect in scrollView

开发者 https://www.devze.com 2023-02-14 20:26 出处:网络
I have a UIScrollview.I want it to scroll only when I move my fingers in a particular region in the scrollview unlike the usual way.is 开发者_JAVA百科it possible?. Please helpHandle with touches, dete

I have a UIScrollview.I want it to scroll only when I move my fingers in a particular region in the scrollview unlike the usual way.is 开发者_JAVA百科it possible?. Please help


Handle with touches, detect a swipe event and then scroll the ScrollView thro' coding.

0

精彩评论

暂无评论...
验证码 换一张
取 消