开发者

how to read images from xml file?

开发者 https://www.devze.com 2023-02-15 19:00 出处:网络
how to read images from xml file in xcode project? How did we displa开发者_开发问答y that image in iphone?Use NSCoding, you convert the UIImage to some NSData. Then you add the NSData object to an arr

how to read images from xml file in xcode project? How did we displa开发者_开发问答y that image in iphone?


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

精彩评论

暂无评论...
验证码 换一张
取 消