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
Post a Comment