Width of UILabel's Text

iPhone SDK Tips & Tricks

CGSize textSize = [[label text] sizeWithFont:[label font]];
CGFloat strikeWidth = textSize.width;