原来是 临时的那张图片没有删除,code 516

  NSFileManager *manager = [[NSFileManager alloc]init];

    if ([manager isDeletableFileAtPath:filePath]) {

        [manager removeItemAtPath:filePath error:nil];

    }

posted @ 2014-06-23 17:25  路在脚下,  阅读(170)  评论(0编辑  收藏  举报