how to read images from xml file?

后端 未结 1 1956
孤独总比滥情好
孤独总比滥情好 2021-01-07 09:11

how to read images from xml file in xcode project? How did we display that image in iphone?

相关标签:
1条回答
  • 2021-01-07 09:44

    Use NSCoding, you convert the UIImage to some NSData. Then you add the NSData object to an array or an NSDictionary and finally you save that NSDictionary to the disk. Or whatever you want to do with the XML file.

    0 讨论(0)
提交回复
热议问题