美文网首页
使用CALayer时,Retina的表示

使用CALayer时,Retina的表示

作者: 阿兹尔 | 来源:发表于2016-11-30 11:01 被阅读8次

    使用CALayer时,Retina的表示
    必须设置其contentScale为屏幕的scale.
    self.contentsScale = [UIScreen mainScreen].scale;

    相关文章

      网友评论

          本文标题:使用CALayer时,Retina的表示

          本文链接:https://www.haomeiwen.com/subject/iqttmttx.html