Skip to content

Instantly share code, notes, and snippets.

@maddox
Created August 10, 2008 06:27
Show Gist options
  • Save maddox/4730 to your computer and use it in GitHub Desktop.
Save maddox/4730 to your computer and use it in GitHub Desktop.
if (self.tweetView == nil){
TweetViewController *viewController = [[TweetViewController alloc] initWithNibName:@"TweetView" bundle:[NSBundle mainBundle]];
self.tweetView = viewController;
[viewController release];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment