public void NotificationCenterVibrancyEffect_New() { if (!UIDevice.CurrentDevice.CheckSystemVersion(8, 0)) { Assert.Inconclusive("Requires 8.0+"); } UIVibrancyEffect.CreateForNotificationCenter(); }
public void NotificationCenterVibrancyEffect_New() { TestRuntime.AssertSystemVersion(PlatformName.iOS, 8, 0, throwIfOtherPlatform: false); UIVibrancyEffect.CreateForNotificationCenter(); }