Skip to content

Instantly share code, notes, and snippets.

@toddfreese
Created February 1, 2012 21:01
Show Gist options
  • Select an option

  • Save toddfreese/1719305 to your computer and use it in GitHub Desktop.

Select an option

Save toddfreese/1719305 to your computer and use it in GitHub Desktop.
uploadButton = [[CPButton alloc] initWithFrame:CGRectMake(490 + folderWidth, 13, 120, 24)];
[uploadButton setTitle:@"Asset Upload"];
[uploadButton setTarget:self];
[uploadButton setAction:@selector(upload:)];
[bottomButtonView addSubview:uploadButton];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment