isIos

Returns true if the current test execution target is an iOS simulator or device.

Example Usage

if (isIos()) {
assertVisible("ios_nav_bar")
}