/*h file:*/
IBOutlet UITextField *Number;
/*m File:*/
[(Number) setText: [[NSUserDefaults standardUserDefaults]
stringForKey:@"SBFormattedPhoneNumber"]];
Any idea why this is not working ?
The UIText Field Number just dosent change what so ever.
You probably have an empty or nil string as under that key.
Add this statement to check: