Skip to content

Instantly share code, notes, and snippets.

View WingedDoom's full-sized avatar

Bulat Khabirov WingedDoom

View GitHub Profile
@WingedDoom
WingedDoom / UILabel+dynamicSizeMe.h
Last active August 29, 2015 13:56
Another version of danielphilips' UIlabel+dynamicSizeMe files (https://gist.github.com/danielphillips/1005520) optimized for iOS 7
@interface UILabel (dynamicSizeMe)
-(float)resizeToFit;
-(float)expectedHeight;
@end