2017-10-12 [Xamarin - iOS] 判斷 iOS 版本號的語法 180 0 語法參考如下: int SystemVersion = Convert.ToInt16(UIDevice.CurrentDevice.SystemVersion.Split('.')[0]); if (SystemVersion > 10) { // do something } Xamarin 回首頁