Contents

setEnabled(_:)

Sets the current state of the authorization view.

Declaration

func setEnabled(_ enabled: Bool)

Parameters

  • enabled:

    Specifies whether the authorization view should be enabled (True) or disabled (False).

Discussion

A disabled view is visible but dimmed.

See Also

Related Documentation

Setting up the authorization view