MonoTouch.Dialog.RootElement.PrepareDialogViewController C# (CSharp) Method

PrepareDialogViewController() protected method

This method does nothing by default, but gives a chance to subclasses to customize the UIViewController before it is presented
protected PrepareDialogViewController ( UIViewController dvc ) : void
dvc UIViewController
return void
		protected virtual void PrepareDialogViewController (UIViewController dvc)
		{
		}