An open API service indexing awesome lists of open source software.

https://github.com/mxcl/initwith...fuckit

Constructors for pithy, potty-mouths.
https://github.com/mxcl/initwith...fuckit

Last synced: over 1 year ago
JSON representation

Constructors for pithy, potty-mouths.

Awesome Lists containing this project

README

          

Constructors for people who GT(F)D.

```objc
- (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`:

```ruby
pod 'initWith...FuckIt'
```

In your fucking `.m` files:

```objc
#import
```

# License

Do whatever the fuck you want (public domain).