Passing data between view controllers - iOS Xcode - what's a good way?
问题 Alright, I'll try and make this as simple as possible (I was seeming to get the run around on chat.stackoveflow.com when I tried asking this question). I want to pass the text from a textfield in one viewcontroller to another viewcontroller. Should I use a Model class and store the the textfield.text in a Model.[h/m] files and then have the second view controller access the data stored in the model? Basically this is what I have, ViewControllerWelcome.h @interface ViewControllerWelcome :