I fixed it! I still don't really understand why it wasn't working originally, but here is the solution:
Originally, I had ViewA calling this.View.AddSubView(ViewB), and ViewB calling this.PresentModalViewController(mail). This wasn't working. When I changed my code to have ViewA calling this.PresentModalViewController(ViewB) instead of this.View.AddSubView(ViewB), everything worked. Does anyone know why this is? I don't understand the whole view model well enough to understand it. Thanks, Anita -- View this message in context: http://monotouch.2284126.n4.nabble.com/Trouble-sending-mail-from-within-my-app-tp3706782p3709944.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
