Controls of the Week: UIImageView_FaceAwareFill and BEMSimpleLineGraph

Aaron Brethorst, January 19, 2014

BEMSimpleLineGraph

BEMSimpleLineGraph

iOS library to create simple line graphs/charts.

MIT licensed.

Find out more Add to Favorites  See a Video


UIImageView_FaceAwareFill

UIImageView_FaceAwareFill

This category applies Aspect Fill content mode to an image and if faces are detected it centers them instead of centring the image just by its geometrical center.

USAGE: Import the category to your .m file or to your "prefix" file.

#import "UIImageView+UIImageView_FaceAwareFill.h"

Then AFTER setting the image property of a UIImageView do:

[imageView faceAwareFill];

That's all.

MIT licensed.

Find out more Add to Favorites  See a Video