Skip to content

Instantly share code, notes, and snippets.

@jkongie
Created July 23, 2010 00:26
Show Gist options
  • Select an option

  • Save jkongie/486841 to your computer and use it in GitHub Desktop.

Select an option

Save jkongie/486841 to your computer and use it in GitHub Desktop.
CGSize dyn_size = [title sizeWithFont:self.font];
CGRect frame = self.frame;
frame.size.width = dyn_size.width;
self.frame = frame;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment