//從本地獲取圖片
NSString *path = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"instructions.jpg"];
UIImage *imagePicked = [UIImage imageWithContentsOfFile:path];
// 圖片所在文件夾若為實(shí)體文件夾炊甲,路徑中需要加上文件夾
//從本地獲取圖片
NSString *path = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"instructions.jpg"];
UIImage *imagePicked = [UIImage imageWithContentsOfFile:path];
// 圖片所在文件夾若為實(shí)體文件夾炊甲,路徑中需要加上文件夾