I found the problem, even if I don't understand why it is happening. By eliminating bits of my UIViewEllipse class I narrowed it down to the override of BackgroundColor. Just subclassing UIView and adding an override for BackgroundColor is enough to reproduce the problem. The bodies of the getter and setter do not seem to matter.
I have been able to work around the issue by redesigning the class to avoid the need to override BackgroundColor, but it would be interesting to see if anyone else can reproduce it. Mono: 2.10.9 MonoDevelop 2.8.8.4 Monotouch: 5.2.10 Mac OS X 10.7.3 -- View this message in context: http://monotouch.2284126.n4.nabble.com/PresentViewController-crashes-on-real-iPhone-tp4541141p4547290.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
