CodeFab LLC
iPhone Development & Training
Architecting a complex iPhone application
Alex Cone - Alpha Geek - CodeFab LLC
1 Wednesday, October 7, 2009
Architecting a complex iPhone application Alex Cone - Alpha Geek - - - PowerPoint PPT Presentation
CodeFab LLC iPhone Development & Training Architecting a complex iPhone application Alex Cone - Alpha Geek - CodeFab LLC Wednesday, October 7, 2009 1 So Whats The Problem? No Apple examples of full featured applications Books
iPhone Development & Training
Alex Cone - Alpha Geek - CodeFab LLC
1 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
2 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
3 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
4 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
5 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
6 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
7 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
8 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
UIImage *userPic = [[ImageCache shared] cachedImageForKey:[user name]]; ... + (id)shared { static ImageCache *shared = nil; if(!shared){ shared = [[ImageCache allocWithZone:NULL] init]; } return shared; }
9 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
10 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(updateHUD:) name:@”TweetStatusNotification”
...
if (nil != self.view.window) { NSString *msg = [[notification userInfo] valueForKey:@”Message”]; [[HUDManager shared] showMessage:msg]; }
11 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
12 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
13 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
14 Wednesday, October 7, 2009
CodeFab LLC
iPhone Development & Training
Shared Code Project 2 Project 1
15 Wednesday, October 7, 2009
iPhone Development & Training
Architecting Complex iPhone Applications
CodeFab LLC abc@codefab.com
16 Wednesday, October 7, 2009