Skip to content

Instantly share code, notes, and snippets.

@sbrocket
Created March 11, 2010 19:20
Show Gist options
  • Select an option

  • Save sbrocket/329550 to your computer and use it in GitHub Desktop.

Select an option

Save sbrocket/329550 to your computer and use it in GitHub Desktop.
AppFeedViewController *vc = [[AppFeedViewController alloc] initFromNib];
AppFeedDataController *dataController = [[dataControllerClass alloc] initWithViewController:vc schemaString:schemaStr category:category];
[dataController release];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment