何時使用pathForResource獲取文件路徑

    //兩種取圖片路徑方法區別
    NSString *path = [[NSBundle mainBundle]pathForResource:@"1" ofType:@"JPG"];
    UIImage *image = [UIImage imageNamed:@"1.JPG"];
   
   // UIImage *image = [UIImage imageWithContentsOfFile:path];
相關文章
相關標籤/搜索