¡@

Home 

2014/10/15 ¤U¤È 10:15:39

iphone Programming Glossary: userpref

iOS 5 Segue not working after the first execution

http://stackoverflow.com/questions/9276836/ios-5-segue-not-working-after-the-first-execution

response NSLog @ Login successful token received if the Login was successful store the token NSUserDefaults userPref NSUserDefaults standardUserDefaults userPref setObject response objectForKey @ Token forKey @ AuthToken userPref synchronize.. token received if the Login was successful store the token NSUserDefaults userPref NSUserDefaults standardUserDefaults userPref setObject response objectForKey @ Token forKey @ AuthToken userPref synchronize ..and let the user getting in self performSegueWithIdentifier.. userPref NSUserDefaults standardUserDefaults userPref setObject response objectForKey @ Token forKey @ AuthToken userPref synchronize ..and let the user getting in self performSegueWithIdentifier @ showHomeScreen sender nil Now the strange thing..