UINavigationController.User Property

Definition

The user associated with the UI navigation controller.

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = uINavigationController.user;
Public ReadOnly Property User As User

Property Value

The user associated with the UI navigation controller.

Implements

Applies to

See also