I hereby claim:
- I am davidbarry on github.
- I am davidbarry (https://keybase.io/davidbarry) on keybase.
- I have a public key whose fingerprint is EEC9 B2DA BAA6 3830 7199 CE03 685D 165D 0D0F B29F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // | |
| // UILabel+LegitShadowOffset.h | |
| // | |
| // Created by David Barry on 5/29/13. | |
| // Copyright (c) 2013 David Barry. All rights reserved. | |
| // | |
| #import <UIKit/UIKit.h> | |
| @interface UILabel (LegitShadowOffset) |
| #!/usr/bin/env ruby | |
| require 'optparse' | |
| enum_string = "" | |
| statements = "<#statements#>" | |
| switch_expression = "<#expression#>" | |
| tab_width = 4 | |
| use_tabs = false; | |
| OptionParser.new do |option| |
| #!/usr/bin/env ruby | |
| exec "osascript -e 'tell application \"terminal\"' -e \"do script \\\"cd #{Dir.pwd}\\\"\" -e 'end tell'" |
| #import <UIKit/UIKit.h> | |
| @interface SDViewWithNibLayout : UIView | |
| + (id)viewFromNib; | |
| + (NSString *)nibName; | |
| @end |