I have a variable 'userID' that is getting populated after validating through a parser. Now when I will press the login button, the next view will be a tabView (Consisting of 5 screens). Now I want this userID to be fixed for UILabel in all tabViews. How to do this ?
Thanks in advance.