Xcode – I want to pass an instance of type user object between view controllers in swift
I have a user object that I am getting its values from firebase and I want to pass this object basically in all of my other view controllers. I am using storyboard and I looked up how to do this…