• This repository has been archived on 23/Jun/2020
  • Stars
    star
    467
  • Rank 93,935 (Top 2 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Swift version of https://github.com/croath/UIImageView-BetterFace

UIImageView-BetterFace-Swift

The Swift version of https://github.com/croath/UIImageView-BetterFace

##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.