Skip to content

Instantly share code, notes, and snippets.

@TheCodeEngine
Created September 22, 2012 19:21
Show Gist options
  • Save TheCodeEngine/3767502 to your computer and use it in GitHub Desktop.
Save TheCodeEngine/3767502 to your computer and use it in GitHub Desktop.
UILabel text Size in Pixel
CGSize textSize = [[label text] sizeWithFont:[label font]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment