Update comment for ios version
This commit is contained in:
parent
33470438e5
commit
491c9210a2
|
@ -59,7 +59,7 @@
|
|||
if ([self.blurType isEqual: @"prominent"]) return UIBlurEffectStyleProminent;
|
||||
#endif
|
||||
|
||||
#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 */
|
||||
// Adaptable blur styles
|
||||
if ([self.blurType isEqual: @"chromeMaterial"]) return UIBlurEffectStyleSystemUltraThinMaterial;
|
||||
if ([self.blurType isEqual: @"material"]) return UIBlurEffectStyleSystemMaterial;
|
||||
|
|
Loading…
Reference in New Issue