is there any way to disable antialiasing when scaling images in uiimag
Add the QuartzCore framework to your project, then set the image view’s layer’s magnificationFilter property to kCAFilterNearest.
layer
magnificationFilter
kCAFilterNearest