I have a UIScrollView on screen.
Scroll view contains a view in which are UIButtons.
The problem is that while scrolling the view, if I press any button in between my scroll view will either bounce to top or bottom of the screen, it means it will not remain at place where I have pressed the button.
Take a look at the UIScrollViewDelegate class. You want to disable the buttons while
scrolling begins enable it when the scrolling is done.