Context: I have two user types. Depending on which user type you are, the same view controller will appear with different features, controls etc.
How can I store this property about the current user that is always available whenever I am instantiating a view controller to define what they can and can't see/do as the VC loads?