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
Post a Comment