focusEffect
The visual effect to apply when the view becomes focused.
Declaration
@NSCopying var focusEffect: UIFocusEffect? { get set }Discussion
If this property is nil, the system doesn’t apply an effect when the view becomes focused.
The visual effect to apply when the view becomes focused.
@NSCopying var focusEffect: UIFocusEffect? { get set }If this property is nil, the system doesn’t apply an effect when the view becomes focused.