Skip to content

Instantly share code, notes, and snippets.

@tlkahn
Created July 30, 2016 16:28
Show Gist options
  • Save tlkahn/c25b4a411eb3cafdc314fdcc1ca89c8d to your computer and use it in GitHub Desktop.
Save tlkahn/c25b4a411eb3cafdc314fdcc1ca89c8d to your computer and use it in GitHub Desktop.
UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, screenWidth-50, screenWidth-50, 50)];
label.backgroundColor = [UIColor whiteColor];
label.text = @"hello world";
[imageView addSubview:label];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment