Skip to content

Instantly share code, notes, and snippets.

@ebruning
Created August 29, 2013 20:06
Show Gist options
  • Save ebruning/6382783 to your computer and use it in GitHub Desktop.
Save ebruning/6382783 to your computer and use it in GitHub Desktop.
Add an image
UIImageView *imgBg2 = [self createImgViewWithFrame:CGRectMake(26, APP_DELEGATE.is_iPhone5 ? yCodd+180 : yCodd+170, 268, 137) ImageName:@"licence_front" withTag:0];
imgBg2.image = [UIImage imageNamed:@"w2_front.png"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment