Anti Alias, UIImage and Performance
问题 I have a UIImage loaded into a UIImageView . The UIImage is larger than the UIImageView and it has been scaled down to fit. Obviously the scaled down UIImage shows jagged edges. What is the best way to anti-alias this image with regards to performance? I've seen this method using drawInRect but I've also read that drawInRect does not give the best performance. I've read several different articles and I've tried a few methods myself. But after reading a few more posts on the performance