Is there a way to set the offset of a scroll view that is inside a view controller programatically?
I have to set it based on different conditions.
|
|
Yes,
Documentation: http://developer.apple.com/library/ios/#documentation/uikit/reference/UIScrollView_Class/Reference/UIScrollView.html |
|||
|
|
|
yes you can set the contentOffset of your scrollview- And the code will be like this -
} And for more details you can go through with this link - |
|||
|
|