I have a label that shows the amount of gold in ViewController1. If the user makes a purchase in the in-game-store in ViewController2, how can I update the labels text in ViewController1?
Basically, how can i change the label text from anoter viewController? Thanks,