UIViewController problem
Posted
by dragon
on Stack Overflow
See other posts from Stack Overflow
or by dragon
Published on 2009-09-22T07:13:04Z
Indexed on
2010/04/15
4:03 UTC
Read the original article
Hit count: 247
iphone
how to get objects values from uiviewcontroller classes iphone.
I am using this
SecondViewController *newObject=[[SecondViewController alloc]init];
But newobject has textview , its value is zero. How could i access that textview iphone.
© Stack Overflow or respective owner