Skip to content

Instantly share code, notes, and snippets.

@brcimo
brcimo / UnCrustify-Swift.cfg
Created December 21, 2015 16:46
Uncrustify Swift in Allman Style
#
# Uncrustify Configuration File
# File Created With UncrustifyX 0.4.3 (252)
#
# General
# -------
## Other
@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