Here is my question:
I have two view controllers (identified as ViewController1 and ViewController2)
ViewController2 has a label that is populated with text in a string format from ViewController1
I would like to manipulate that text from ViewController2.
I this possible?
Basically, I have a label that posts random information from the string and I would like to refresh this string that posts on label.
Thank you so much.