I have a UIScrollView and I\'m calling scrollRectToVisible:animated:YES on it. I would like to set开发者_StackOverflow中文版 the speed at which it is animated. Can that be done?I ended up finding a so
I am pretty new to iphone programming. I just started about a month ago and have only been tinkering with small tutorial type applications but anyways, here is my question.
i am quit new at iphone development and trying to make a photo collage software while learning it. Right now i have a lil problem and hope you can help me out.
I have a UIScrollView with the requirement that, when zooming, the contentSize.height should remain the same. Zooming in from 200x100 should result in a new contentSize of 400x100 instead of 400x200,