Class UIVibrancyEffect

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class UIVibrancyEffect
extends UIVisualEffect
  • Constructor Details

    • UIVibrancyEffect

      public UIVibrancyEffect()
    • UIVibrancyEffect

      protected UIVibrancyEffect​(NSObject.Handle h, long handle)
    • UIVibrancyEffect

      protected UIVibrancyEffect​(NSObject.SkipInit skipInit)
    • UIVibrancyEffect

      public UIVibrancyEffect​(UIBlurEffect blurEffect)
    • UIVibrancyEffect

      public UIVibrancyEffect​(UIBlurEffect blurEffect, UIVibrancyEffectStyle style)
      Since:
      Available in iOS 13.0 and later.
  • Method Details

    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • createNotificationCenterEffect

      public static UIVibrancyEffect createNotificationCenterEffect()
    • create

      protected static long create​(UIBlurEffect blurEffect)
    • create

      protected static long create​(UIBlurEffect blurEffect, UIVibrancyEffectStyle style)
      Since:
      Available in iOS 13.0 and later.