AccountViewAccessStyle
public enum AccountViewAccessStyle : Sendable
Access style for account view.
-
There is no account view.
Declaration
Swift
case none
-
Show view in a separate tab.
Declaration
Swift
case tab
-
Present view from a navigation item.
Declaration
Swift
case navigationItem
-
Present view from a button.
Declaration
Swift
case button