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

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -