In my app I have some logic that changes the UIScrollView's contentSize dynamically. The problem I'm running into is that when I change the contentSize it sets the contentOffset to CGPointZero or something like that.
I guess you can't set contentSize to be in the middle of the UIScrollView. Any ideas on how to get this to work?
In other words I want to change the contentSize of my UIScrollView half way and keep its contentOffset.
thanks in advance,
fbr