I am having very nominal yet awkward problem. I am having one textfield in one page and i m passing the value of the same from that page to another page’s nsstring variable. Say i m having two pages with objects name A and B. Now when i write A.str = txtfield.text,then i can see the value of the string variable in the colsole,but on the next page,the fetched value is NULL.
Can anybody help me out?
Thanks in advance.
You have to use singleton object to do so, I think you are not following that.
Simply use appDelegate to transfer the string between two views.