Skip to content

Instantly share code, notes, and snippets.

@madninja
Created September 26, 2011 22:39
Show Gist options
  • Save madninja/1243615 to your computer and use it in GitHub Desktop.
Save madninja/1243615 to your computer and use it in GitHub Desktop.
Project-Prefix.pch
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#define RGB(r,g,b) [UIColor colorWithRed:(r) green:(g) blue:(b) alpha:1]
#define RGBA(r,g,b,a) [UIColor colorWithRed:(r) green:(g) blue:(b) alpha:(a)]
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment