Created
March 12, 2013 10:03
-
-
Save helloworld116/5141690 to your computer and use it in GitHub Desktop.
ios:UIView设置背景图片
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
//view设置背景图片 | |
view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"dula.png"]]; |
onellyiey
commented
Nov 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment