I have two files that are of importance. I have a file which is the ViewController and a file named 'Registration'
Inside of the view controller I have a label that is linked from the view. Inside of Registration I have a function that needs to change the text in view.
But when referncing label1.text inside the function it it says that it is an unresolved identifier, so it's not seeing the label.
How would I be able to reference a label in a function in another file that is identified in the view controller?