a UIImageView extension to let the picture-cutting with faces showing better
##Why?
- Have problems showing the resized image previews?
- People in the preview only have chins but not faces?
- A group photo doesn't look well?
Try UIImageView-BetterFace!
Like this:
##How?
- drag
UIImageView+BetterFace.handUIImageView+BetterFace.mto your project - import the .h file
- add
hack_uiimageview_bf();to yourmainfunction - add this:
[anImageView setNeedsBetterFace:YES]; - done
- still have problems? clone the project and see the demo.
##Known issues
- it will be slow to render large-size images, and showing the strange animation
it may take a lot of memory while reusing the UIImageView
##Other
Any issue and pull request is welcome.
