If this value is not null, the delegate is invoked when the RootElement is tapped on. The return value should be a UIViewController that will be displayed in response to the tap. If the value is null, the code returns new DialogViewController initialized like this:
c# Example
new DialogViewController (this, true) { Autorotate = true; }.