How to send date from one view to another in xcode?
- by Egor Sosin
I want to make the program where you have to enter some data, and then it will manipulate that data and show it on the other view when you click done. I search through multiple tutorials, but still cant understand how you do that. I have a textfield - lesson1 and want to pass it to the label in the second view. The views are called EditClasses and DayView. Thanks a lot.
Also I need to change the data every 24 hours, what is the best way to do it?