美文网首页
四、image @GeekBand

四、image @GeekBand

作者: riginka | 来源:发表于2016-03-19 14:24 被阅读25次

    图片管理

    assert catalog里管理项目图片

    为不同设备添加各种尺寸的图片
    图片切片

    UIImageView显示图片

    .image属性
    在interface bundle里图片打包在mainBundle里,系统自动缓存

    UIImage对象

    加载App bundle里的图片

    方法一、使用UIIamge通过图片名称加载
    方法二、使用NSBundle通过mainBundle获取url,使用UIIamge通过url的路径加载

    加载文件里的图片

    方法一、使用UIIamge,通过文件路径加载
    方法二、使用UIIamge,通过加载数据的方式加载

    图片类型

    除了上面根据不同设备添加不同尺寸的图片
    还可以使用pdf矢量图

    illustrator或lnkscape、keynote导出pdf

    @1x 尺寸

    assert catalog里设置scale factors为single vector

    选定使用的矢量图

    相关文章

      网友评论

          本文标题:四、image @GeekBand

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