邁向一萬小時成長之路
[備忘錄] 記錄一些iOS開發時常用又容易忘的小東西
2015年2月16日 星期一
.txt file to NSString
NSString *txtFilePath = [[NSBundle mainBundle] pathForResource:@"/text" ofType:@"txt"];
NSString *content = [NSString stringWithContentsOfFile:txtFilePath usedEncoding:nil error:nil];
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)