Paint.LaunchScreen.ShouldAutorotateToInterfaceOrientation C# (CSharp) Méthode

ShouldAutorotateToInterfaceOrientation() private méthode

private ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool
        public override bool ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation toInterfaceOrientation)
        {
            // Return true for supported orientations (Required for iOS versions < 6.0)
            return true;
        }