How do I mirror a UIImage picture from UIImagePickerController

后端 未结 6 1774
后悔当初
后悔当初 2021-02-12 22:27

I\'m trying to figure out if there is any way to mirror an image. For example, take a picture of someone\'s face and then cut it in half and show what their face looks like with

6条回答
  •  旧时难觅i
    2021-02-12 22:46

    It's easier to just use:

    UIImage(assetIdentifier: .myIcon)?.withHorizontallyFlippedOrientation()
    

提交回复
热议问题