Skip to content

Instantly share code, notes, and snippets.

@tlkahn
Created July 30, 2016 05:51
Show Gist options
  • Save tlkahn/c978588a3093849191bf6a1e68f40536 to your computer and use it in GitHub Desktop.
Save tlkahn/c978588a3093849191bf6a1e68f40536 to your computer and use it in GitHub Desktop.
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