MonoTouch.Dialog.RootElement.PrepareDialogViewController C# (CSharp) Метод

PrepareDialogViewController() защищенный Метод

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
Результат void
		protected virtual void PrepareDialogViewController (UIViewController dvc)
		{
		}