Skip to content

Instantly share code, notes, and snippets.

@mafis
Created November 1, 2010 18:52
Show Gist options
  • Select an option

  • Save mafis/658674 to your computer and use it in GitHub Desktop.

Select an option

Save mafis/658674 to your computer and use it in GitHub Desktop.
var activitiesController = [[ActivitiesController alloc] initWithCibName:@"ActivitiesController" bundle:nil];
[[activitiesController view] setFrame:[detailView bounds]];
[detailView addSubview:[activitiesController view]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment