UIImage ScaleToFit disable antialias?

前端 未结 2 1792
我在风中等你
我在风中等你 2020-12-13 15:53

\"antialiasing

is there any way to disable antialiasing when scaling images in uiimag

2条回答
  •  自闭症患者
    2020-12-13 16:37

    Add the QuartzCore framework to your project, then set the image view’s layer’s magnificationFilter property to kCAFilterNearest.

提交回复
热议问题