I have an NSString in one class, a UILabel in another class and the 3rd UILabel in my 3rd class. They are all on 3 different views in IB. I want my 1st class to save some string to NSString and I want my 2nd view UILabel to equal this NSString and my 3rd class' UILabel to equal my 2nd class' UILabel. How do I do that?
Thanks in advance!