Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 在 iOS 中读取文本文件
这是一个非常愚蠢的问题,但是一旦我在我的 iOS 应用程序的路径中有一个 txt 文件。如何将 txt 文件转换为可以放入 UITextView 的字符串。先感谢您。
你有没有尝试过
[NSString stringWithContentsOfFile:yourFilePath encoding:error:]
[NSString stringWithContentsOfFile:filename];