ios:study-note
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ios:study-note [2012/09/07 20:37] – percy | ios:study-note [2016/05/05 13:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| NSString *title = [userDefault objectForKey: | NSString *title = [userDefault objectForKey: | ||
| + | </ | ||
| + | |||
| + | ===== NavigationController ===== | ||
| + | < | ||
| + | - (BOOL)application: | ||
| + | { | ||
| + | self.window = [[[UIWindow alloc] initWithFrame: | ||
| + | // Override point for customization after application launch. | ||
| + | self.window.backgroundColor = [UIColor whiteColor]; | ||
| + | navigationController=[[UINavigationController alloc] init]; | ||
| + | RootViewController *rootViewController=[[RootViewController alloc] initWithNibName: | ||
| + | rootViewController.title=@" | ||
| + | [navigationController pushViewController: | ||
| + | | ||
| + | [self.window addSubview: | ||
| + | | ||
| + | [self.window makeKeyAndVisible]; | ||
| + | |||
| + | [rootViewController release]; | ||
| + | | ||
| + | NSUserDefaults *userDefault=[NSUserDefaults standardUserDefaults]; | ||
| + | NSString *title = [userDefault objectForKey: | ||
| + | if(!title){ | ||
| + | [self performSelector: | ||
| + | } | ||
| + | | ||
| + | | ||
| + | return YES; | ||
| + | } | ||
| </ | </ | ||
/var/www/dokuwiki/wiki/data/attic/ios/study-note.1347021477.txt.gz · Last modified: 2016/05/05 13:06 (external edit)
