How to send date from one view to another in xcode?

Posted by Egor Sosin on Stack Overflow See other posts from Stack Overflow or by Egor Sosin
Published on 2012-10-15T00:53:11Z Indexed on 2012/10/15 3:37 UTC
Read the original article Hit count: 199

Filed under:

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?

© Stack Overflow or respective owner

Related posts about xcode