iPhone + UIScrollView -


I have a UIScrollView on the screen.

There is a scene in the scroll view that has UIButtons.

The problem is that while scrolling the view, if I press any button between my scroll view, it will either bounce up or down the screen, that means it will not be in that place where I have pressed the button

Take a look at the UIScrollViewDelegate class. When scrolling starts, you want to disable the button when scrolling is done.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -