Skip to content

Instantly share code, notes, and snippets.

@brcimo
brcimo / UILabel+dynamicSizeMe.h
Created August 14, 2012 20:28 — forked from danielphillips/UILabel+dynamicSizeMe.h
Adjust UILabel to change it's frame according to it's content
@interface UILabel (dynamicSizeMe)
-(float)resizeToFit;
-(float)expectedHeight;
-(void)resizeToStretch;
-(float)expectedWidth;
@end