Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ilx.mac

macrumors member
Original poster
Mar 10, 2009
63
0
Hi there,


I am developing an application for iphone. I am moving from a.xib to b.xib & fetching a value & return back to a.xib. By the mean time all values entered in the textfields of the a.xib files getting cleared (I am building the whole page on the viewdidload method). I want stop this. Is there any suggestion on that?
 

eddietr

macrumors 6502a
Oct 29, 2006
807
0
Virginia
What exactly do you mean by switching from nib to nib?

Do you mean you are going from one view controller to another and then back and your first view controller is redrawing a blank set of views?

I guess it would be useful to see some code of what exactly you are trying to do.
 

ilx.mac

macrumors member
Original poster
Mar 10, 2009
63
0
Re

Thanks for the input guys.

i made it the other way, by calling [self.navigationController popViewControllerAnimated:YES]; in the form B's back button & it moves to form A now.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.