Are you definitely calling it from the UI/Main thread? Whenever I get strange
glitchy graphics the calling thread is the first thing I check.
Wrap your UI interaction code with InvokeOnMainThread(delegate{ // Your
code here }); and see does it help.
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/UIImagePickerController-overlay-view-temporarily-disappearing-and-reappearing-tp4626945p4629882.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch