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.
- Host: GitHub
- URL: https://github.com/mxcl/initwith...fuckit
- Owner: mxcl
- Created: 2014-08-22T18:55:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T11:50:28.000Z (over 2 years ago)
- Last Synced: 2024-05-09T08:15:51.339Z (about 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 15.6 KB
- Stars: 27
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).