Application Bundleからのファイルの読み込み方法
NSString *filePath = [[NSBundle mainBundle] pathForResource:@”important” ofType:@”txt”]; if (filePath) { NSStr… Read More: Applicatio… »
NSString *filePath = [[NSBundle mainBundle] pathForResource:@”important” ofType:@”txt”]; if (filePath) { NSStr… Read More: Applicatio… »