Skip to content

Instantly share code, notes, and snippets.

@pita5
Created March 5, 2014 10:29
Show Gist options
  • Save pita5/9364794 to your computer and use it in GitHub Desktop.
Save pita5/9364794 to your computer and use it in GitHub Desktop.
[scrollView addSubview:({
UILabel* label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 100, 44)];
label.text = @"Hello World";
label;
})];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment