Created
July 30, 2016 05:51
-
-
Save tlkahn/c978588a3093849191bf6a1e68f40536 to your computer and use it in GitHub Desktop.
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 *imageView = [[UIImageView alloc] initWithImage:[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:imageURL]]]]; | |
UILabel *label = [[UILabel alloc] initWithFrame:CGRectZero]; | |
label.backgroundColor = [UIColor blueColor]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment