Storing image in plist

后端 未结 4 1738
暖寄归人
暖寄归人 2020-11-28 12:56

How can we store images in plist file. Where is this plist file stored? Can anyone give me an example? Answers will be greatly appreciated!

4条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-28 13:52

    Depends on where and when these images are known to the application.

    For images as part of the application bundler, here may provide some insight. If you want to store images during the running of the application you can use the same concepts (user plist with relative paths to images).

    -- Frank

提交回复
热议问题