UIViewController problem
- by dragon
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.