Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 701 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 701 Bytes

Constructors for people who GT(F)D.

- (void)onSomeFuckingErrorHappened:(NSError *)fuckingError {
    UIAlertController *alert = [UIAlertController:fuckingError];
    [self presentViewController:alert animated:YES completion:nil];
}

- (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];
    //
}

Install

In your fucking Podfile:

pod 'initWith...FuckIt'

In your fucking .m files:

#import <initWith...FuckIt.h>

License

Do whatever the fuck you want (public domain).