如何将文本文件放入已配置的 iOS 设备上?
我的程序读取和写入文本文件,但目前它只有一个虚拟数据生成器,可以创建一组无趣的数据。对于我很快要做的演示,我想显示一些更有趣的数据。我可以在 Mac 上编写文本文件并以某种方式将它们放到设备上吗?
My program reads and writes text files, but for now it just has a dummy data generator that creates an uninteresting set of data. For the demo I soon need to do, I'd like to display some more interesting data. Can I write text files on my Mac and put them on the device somehow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将
Data.txt
添加到资源文件夹并执行如下操作:Add
Data.txt
to the resources folder and do something like this: