开发者

Options for transferring file to iPhone/iPad

开发者 https://www.devze.com 2022-12-29 14:29 出处:网络
I\'开发者_StackOverflowm working on an app and need to add the ability to import CSV files into the app for processing.What are the options here?I\'ve read posts about embedding http servers or fetchi

I'开发者_StackOverflowm working on an app and need to add the ability to import CSV files into the app for processing. What are the options here? I've read posts about embedding http servers or fetching a CSV file from a web resource, but what is the easiest way to do this?

thanks


I've used NSData's dataWithContentsOfURL: just recently; it worked fine. Plus there's a convenient writeToFile:atomically: or writeToFile:options:error: message you can send to your data object.

0

精彩评论

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

关注公众号