Skip to content

Instantly share code, notes, and snippets.

View psy2k's full-sized avatar

Nikos Maounis psy2k

View GitHub Profile
#import <UIKit/UIKit.h>
@interface UIImage (UISegmentIconAndText)
+ (id) imageFromImage:(UIImage*)image string:(NSString*)string color:(UIColor*)color;
@end