预览照片时,让脸部显示在更恰当的预览区域

1,367 阅读1分钟
原文链接: github.com

UIImageView-BetterFace-Swift

The Swift version of github.com/croath/UIIm…

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!

Preview

preview

How?

  1. drag BFImageView.swift to your project
  2. use BFImageView subclass
  3. add this:anImageView.needsBetterFace = true
  4. done
  5. still have problems? clone the project and see the demo.