effect
The effect to apply to the view with this style.
Declaration
@property (nonatomic, strong) id<UIHoverEffect> effect;Discussion
Use UIHoverAutomaticEffect to apply a system-default effect to the view.
The effect to apply to the view with this style.
@property (nonatomic, strong) id<UIHoverEffect> effect;Use UIHoverAutomaticEffect to apply a system-default effect to the view.