Skip to content

Instantly share code, notes, and snippets.

@helloworld116
Created March 12, 2013 10:03
Show Gist options
  • Save helloworld116/5141690 to your computer and use it in GitHub Desktop.
Save helloworld116/5141690 to your computer and use it in GitHub Desktop.
ios:UIView设置背景图片
//view设置背景图片
view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"dula.png"]];
@onellyiey
Copy link

images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment