Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 165 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 165 Bytes
pod 'UIImage+AverageColor'
#import "UIImage+AverageColor.h"

UIImage *img = [UIImage imageNamed:@"foo"];
UIColor *color = img.averageColor;