public override UIInterfaceOrientationMask GetSupportedInterfaceOrientations()
 {
     return(OrientationConverter.ToUIInterfaceOrientationMask((_gameViewController as iOSGameViewController).SupportedOrientations));
 }
Exemplo n.º 2
0
 public override UIInterfaceOrientationMask GetSupportedInterfaceOrientations()
 {
     return(OrientationConverter.ToUIInterfaceOrientationMask(this.SupportedOrientations));
 }