Avoiding blended layers when using resizableImages on iOS
问题 I'm trying to avoid blended layers on iOS to improve performance. However, I notice that the resizable image I'm using for the backgroundView of my UITableViewCell is being marked as a blended layer: In fact, using any resizable image--even a JPEG with no transparency--caused layer blending, as seen in this screenshot where first a PNG and then a JPEG is used as a resizable image in a UIImageView . The only resizable image that didn't require a blended layer was a 1x1 pixel image, seen at the