// 1 The Observer Pattern
// 2 把照片写入本地 / 删除
// 3 lastPathComponent
- 取得一个URL地址中最后一个“/”后面的值
“ | “ |
“ | “ |
“ | “ |
“ | “ |
“ | “/” |
// 4 下载url图片
- [NSData dataWithContentsOfURL:[NSURL URLWithString:url]];
•不要使用这个方法 因为他是同步的会阻塞主线程 如果没有相应的话