I would like to add an auto scroll effect to a UILabel.
I have tried to find any code on internet but didn’t succeed.
Some code can be found at http://blog.stormyprods.com/2009/10/simple-scrolling-uilabel-for-iphone.html. The discussed solution does the autoscrolling by adding UIScrollview by IBOutlet.
** I have edited the question so that the given part was better understandable – however the question is still unclear, I am afraid ** (till)
I am not very much sure but i think you have to do animation by frame.when you set the co-ordinates for the label put variables like x,y instead of the values of parameters 1 and 2.
and put this in a animation timer with changing value of x and y.
similar code, it is for image you can do it for label also:-
i Hope it helps you.. 🙂