is there any way to disable antialiasing when scaling images in uiimage? thanks
Add the QuartzCore framework to your project, then set the image view’s layer’s magnificationFilter property to kCAFilterNearest.
layer
magnificationFilter
kCAFilterNearest
2.1m questions
2.1m answers
60 comments
57.0k users