I have a UIView object that rotates using CALayer\'s transform:
UIView
CALayer
// Create uiview object. UIImageView *block = [[UIImageView alloc]
check allowsEdgeAntialiasing property of CALayer.
allowsEdgeAntialiasing
block.layer.allowsEdgeAntialiasing = YES; // iOS7 and above.