ios - How to pass textfield string to next view with the same class file? -


i using same class files different nib files. in first nib file getting user informations using text fields, , need informations textfields in first nib file in second nib. how can those?

if have shared parent, can access 1 other using self.parentviewcontroller.childviewcontrollers. i'm not sure if best practice, though.

it seems there wouldn't reason have 2 different views use same class, though. elaborate on why doing that?


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -