How to set the background color on a DialogViewController (Monotouch.Dialog)
问题 environment: creating an iPad application using Monotouch and the Monotouch.Dialog library. I've been trying to set the background color on a DialogViewController to no avail. I have multiple views in my application being loaded an unloaded. For non of them I manage to set the background color. What I have tried so far: Set the background color on the main window of my application --> works fine. Create a simple UIView, give it a size, set the background color and load it into the window -->