First i was wondering if this is a good idea, essentially i have user class and throughout the application i would have a current user and various views would want to access this users data. would it make sense to store this user in the navigation controller so that each class can access it without having to pass it through the prepareforsegue on every view?
Second if this is ok to do, how do i access a variable in the navigation controller? i have it setup so it has one called _myUser just like i would in the other views but how do i call/set that from a view?