UIImageView旋轉消除鋸齒

UIImageView *imageView = [[UIImageView alloc] init];

imageView.layer.allowsEdgeAntialiasing = YES;


如果直接在*-Info.plist配置

Renders with edge antialiasing = YES

會導致UIAlertView顯示有問題。


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章