Created
August 29, 2013 20:06
-
-
Save ebruning/6382783 to your computer and use it in GitHub Desktop.
Add an image
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
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