scrolling a UIScrollView programmatically
Wednesday, February 23rd, 2011I wanted Color Dog to have a scrolling movie style credits effect. I did what any other incompetent programmer does and went googling for some code to cut and paste. I found a solution at stackoverflow that looked like it might work so I gave it a try. It actually didn’t work, because of a [...]