Hi,
I have a UILabel that displays the current date for the current view of my scroll view. When I scroll this view to the left (to the left pages), I'd like this label to change to the day before, with a crossing effect between the 2 dates.
I take as reference the fading effect of the Springboard when you scroll to the Spotlight page. I think this is similar but I have no idea how to implement it !
Where do I put the code, do I have to use 2 different UILabel or maybe CoreAnimation ? When do I change the date ?
Thanks in advance !