Hi,

I have a UIScrollView set to run with page scroll like home iOS screen.
So I need to fire an event at the end of the page movement.

I'm using by now the event Scrolled but with a Console.WriteLine I saw that
it's fired many times, maybe on each scrolling movement done by iOS to move
a entire page.
So I tried the event ScrollAnimationEnded but it's not firingŠ

Is there some tip to fire the event just at the end of the move or just one
time? The UIScrollView was made on Interface Builder.

Thanks,

Karl


_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to