¡@

Home 

2014/10/15 ¤U¤È 10:12:37

iphone Programming Glossary: placeholdername

iPhone inputting NSUserDefaults into a UITextField

http://stackoverflow.com/questions/2815194/iphone-inputting-nsuserdefaults-into-a-uitextfield

am attempting in the viewDidLoad portion. NSUserDefaults userData NSUserDefaults standardUserDefaults Hooks. NSString placeHolderName userData stringForKey @ name txtName.text @ @ placeHolderName When I do this it simply displays the ' @' in the textfields... NSUserDefaults standardUserDefaults Hooks. NSString placeHolderName userData stringForKey @ name txtName.text @ @ placeHolderName When I do this it simply displays the ' @' in the textfields. I want whatever variable being held by placeHolderName to.. @ placeHolderName When I do this it simply displays the ' @' in the textfields. I want whatever variable being held by placeHolderName to be automatically put into that UITextField. Is this possible iphone uitextfield nsuserdefaults share improve this..