Commit b69b887
committed
发冒泡时,对 iCloud 图片的下载处理
1 parent 6f30b61 commit b69b887Copy full SHA for b69b887
File tree
Expand file treeCollapse file tree
8 files changed
+88
-14
lines changedOpen diff view settings
Filter options
- Coding_iOS
- Controllers
- Models
- Util/OC_Category
- Views/CCell
Expand file treeCollapse file tree
8 files changed
+88
-14
lines changedOpen diff view settings
Collapse file
Coding_iOS/Coding_iOS-Info.plist
Copy file name to clipboardExpand all lines: Coding_iOS/Coding_iOS-Info.plist+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
21 | 21 | |
22 | 22 | |
23 | 23 | |
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | 42 | |
43 | 43 | |
|
Collapse file
Coding_iOS/Controllers/TweetSendViewController.m
Copy file name to clipboardExpand all lines: Coding_iOS/Controllers/TweetSendViewController.m+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
322 | 322 | |
323 | 323 | |
324 | 324 | |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
325 | 331 | |
326 | 332 | |
327 | 333 | |
|
Collapse file
+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
95 | 95 | |
96 | 96 | |
97 | 97 | |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
98 | 106 | |
99 | 107 | |
100 | 108 | |
101 | 109 | |
| 110 | + |
102 | 111 | |
103 | 112 | |
104 | 113 | |
|
Collapse file
+23-12Lines changed: 23 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
196 | 196 | |
197 | 197 | |
198 | 198 | |
199 | | - |
200 | | - |
201 | | - |
202 | | - |
203 | | - |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
204 | 204 | |
205 | 205 | |
206 | 206 | |
| ||
223 | 223 | |
224 | 224 | |
225 | 225 | |
226 | | - |
227 | 226 | |
| 227 | + |
228 | 228 | |
229 | | - |
230 | | - |
231 | | - |
| 229 | + |
| 230 | + |
| 231 | + |
232 | 232 | |
| 233 | + |
| 234 | + |
233 | 235 | |
234 | 236 | |
235 | 237 | |
| ||
380 | 382 | |
381 | 383 | |
382 | 384 | |
383 | | - |
| 385 | + |
384 | 386 | |
385 | 387 | |
386 | 388 | |
387 | 389 | |
388 | 390 | |
389 | 391 | |
390 | | - |
391 | | - |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
392 | 399 | |
393 | 400 | |
394 | 401 | |
395 | 402 | |
396 | 403 | |
397 | 404 | |
| 405 | + |
398 | 406 | |
399 | 407 | |
400 | 408 | |
401 | 409 | |
402 | 410 | |
403 | 411 | |
| 412 | + |
| 413 | + |
| 414 | + |
404 | 415 | |
405 | 416 | |
Collapse file
Coding_iOS/Util/OC_Category/PHAsset+Common.h
Copy file name to clipboardExpand all lines: Coding_iOS/Util/OC_Category/PHAsset+Common.h+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
19 | 20 | |
| 21 | + |
20 | 22 | |
Collapse file
Coding_iOS/Util/OC_Category/PHAsset+Common.m
Copy file name to clipboardExpand all lines: Coding_iOS/Util/OC_Category/PHAsset+Common.m+29Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
22 | 39 | |
23 | 40 | |
24 | 41 | |
25 | 42 | |
26 | 43 | |
| 44 | + |
27 | 45 | |
28 | 46 | |
29 | 47 | |
| ||
37 | 55 | |
38 | 56 | |
39 | 57 | |
| 58 | + |
40 | 59 | |
41 | 60 | |
42 | 61 | |
| ||
55 | 74 | |
56 | 75 | |
57 | 76 | |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
58 | 87 | |
59 | 88 | |
Collapse file
Coding_iOS/Views/CCell/TweetSendImageCCell.h
Copy file name to clipboardExpand all lines: Coding_iOS/Views/CCell/TweetSendImageCCell.h+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
|
Collapse file
Coding_iOS/Views/CCell/TweetSendImageCCell.m
Copy file name to clipboardExpand all lines: Coding_iOS/Views/CCell/TweetSendImageCCell.m+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
53 | 61 | |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
54 | 70 | |
55 | 71 | |
56 | 72 | |
|
0 commit comments