Skip to content

Instantly share code, notes, and snippets.

@cdl
Created January 6, 2014 03:09
Show Gist options
  • Save cdl/8277646 to your computer and use it in GitHub Desktop.
Save cdl/8277646 to your computer and use it in GitHub Desktop.
// blah blah pretend this is in a method and someText is a
// UILabel that's in self or something
[[self someItem] setText:@"This is some text"];
// orrrrrr
self.someItem.text = @"This is some text";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment