Skip to content

Instantly share code, notes, and snippets.

@jfahrenkrug
Created September 8, 2009 14:09
Show Gist options
  • Save jfahrenkrug/182941 to your computer and use it in GitHub Desktop.
Save jfahrenkrug/182941 to your computer and use it in GitHub Desktop.
/* ---- Locations Toolbar ----- */
locationsToolbar = [[LocationsToolbar alloc] initWithFrame:CGRectMake(10.0, 467.0, 226.0, 25.0)];
[locationsToolbar setDelegate:locationsController];
[contentView addSubview:locationsToolbar];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment