Skip to content

Instantly share code, notes, and snippets.

@projectxcappe
Created December 2, 2011 22:16
Show Gist options
  • Save projectxcappe/1425078 to your computer and use it in GitHub Desktop.
Save projectxcappe/1425078 to your computer and use it in GitHub Desktop.
UIButton *adButton = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[adButton setFrame:CGRectMake(0.0f, 0.0f, 320.0f, 50.0f)];
adButton.backgroundColor = [UIColor purpleColor];
//[self.view addSubview:adButton];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment