Possible Duplicate:
Programmatically scroll a UIScrollView
Currently, I am developing an App in which I have UIScrollView
and some buttons are programatically inserted in scroll view.Scrolling
of these added buttons work fine for me. but I want to add two
more button & on one button click scroll view scrolling
to bottom side and display bottom last
buttons and when I click on second button it scroll to top side and it show top most button. I have tried so much but can't succeeded. How can I solve this? Thanks in advance.