显示文档文件中的文本 - iPhone SDK
有谁知道如何显示文本文件(如果它位于 iPhone 应用程序的“文档”文件夹中)?扩展名可能并不总是“.txt”,但我想尝试一下。
谢谢,
凯文
Does anyone know how to display a text file, if its in the "Documents" folder of the iPhone application? The extension might not always be ".txt", but I would like to give it a try.
Thanks,
Kevin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
[NSString stringWithContentsOfFile:文件名];
并将其放入文本字段中
[NSString stringWithContentsOfFile:filename];
and throw it in a text field