I'm writing a QR code scanning app using the Zxing library which returns points of interest as it scans. I would like to display this to the screen as dots that appear, grow / blink and then fade away. There will likely be a few on screen at the same time.
At the moment I have a UIImagePickerController with an overlay. The scanning loop runs on another thread and when fires a result point notification I am able to draw a box on the screen. What I don't really understand is how to animate the appearing and disappearing and handle many result points coming in quick succession. If someone could advice conceptually how they would achieve this I would be very grateful! -- View this message in context: http://monotouch.2284126.n4.nabble.com/Draw-some-animated-dots-on-the-screen-tp4655158.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
