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

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -