TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Nov 2016 |
Maintained by Max Howell.
Constructors for people who GT(F)D.
- (void)onSomeFuckingErrorHappened:(NSError *)fuckingError {
UIAlertView *alert = [UIAlertView:fuckingError];
[alert show];
}
- (void)makeSomeFuckingLabels {
UILabel *l1 = [UILabel:@"Terseness is cool"];
UILabel *l2 = [UILabel:@"Terseness is cool":[UIFont systemFontOfSize:13]];
UILabel *l3 = [UILabel:@"Terseness is cool":@"Times New Roman":16];
// …
}
In your fucking Podfile
:
pod 'initWith...FuckIt'
In your fucking .m
files:
#import <initWith...FuckIt.h>
Do whatever the fuck you want (public domain).