NibManagerTest.ListController.ViewDidUnload C# (CSharp) Method

ViewDidUnload() public method

public ViewDidUnload ( ) : void
return void
        public override void ViewDidUnload()
        {
            base.ViewDidUnload ();

            // Clear any references to subviews of the main view in order to
            // allow the Garbage Collector to collect them sooner.
            //
            // e.g. myOutlet.Dispose (); myOutlet = null;

            ReleaseDesignerOutlets ();
        }