We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3347043 commit 491c921Copy full SHA for 491c921
ios/BlurView.m
@@ -59,7 +59,7 @@ - (UIBlurEffectStyle)blurEffectStyle
59
if ([self.blurType isEqual: @"prominent"]) return UIBlurEffectStyleProminent;
60
#endif
61
62
- #if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000 /* __IPHONE_10_0 */
+ #if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000 /* __IPHONE_13_0 */
63
// Adaptable blur styles
64
if ([self.blurType isEqual: @"chromeMaterial"]) return UIBlurEffectStyleSystemUltraThinMaterial;
65
if ([self.blurType isEqual: @"material"]) return UIBlurEffectStyleSystemMaterial;
0 commit comments