UIKit.UIDevice.CheckSystemVersion Method
Whether the system version is greater than or equal to the specified major and minor values.

Syntax

public bool CheckSystemVersion (int major, int minor)

Parameters

major
Documentation for this section has not yet been entered.
minor
Documentation for this section has not yet been entered.

Returns

true if the current system version is equal or greater than that specified in the arguments.

Remarks

This method returns true if the current version on the device is equal or greater than the version specified by major and minor.

This can be used from a background thread.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0