iosuiimageviewscrollcredits

How to make UIImageView scroll like movie credits?


I want to make Credits in my application, so I make that as an image and I am using UIImageView. I want to make that image scroll up from bottom unseen until all image finish and repeat again infinitely. I can do that with cocos2d but now I am not using cocos2d and only use UIImageView. Please share some code...Thanks in advance.


Solution

  • Stick the long image into a UIScrollView and animate its contentOffset. Repeat infinitely. If your image is very large, it might be a good idea to split it into several small ones and insert them consecutively.