Created
September 8, 2009 14:09
-
-
Save jfahrenkrug/182941 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ---- 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