File tree
Expand file treeCollapse file tree
9 files changed
+74
-38
lines changedOpen diff view settings
Filter options
- Coding_iOS.xcodeproj
- Coding_iOS
- Controllers
- Images/task
- Views/Cell
Expand file treeCollapse file tree
9 files changed
+74
-38
lines changedOpen diff view settings
Collapse file
Coding_iOS.xcodeproj/project.pbxproj
Copy file name to clipboardExpand all lines: Coding_iOS.xcodeproj/project.pbxproj+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
168 | 168 | |
169 | 169 | |
170 | 170 | |
| 171 | + |
171 | 172 | |
172 | 173 | |
173 | 174 | |
| ||
936 | 937 | |
937 | 938 | |
938 | 939 | |
| 940 | + |
939 | 941 | |
940 | 942 | |
941 | 943 | |
| ||
1907 | 1909 | |
1908 | 1910 | |
1909 | 1911 | |
| 1912 | + |
1910 | 1913 | |
1911 | 1914 | |
1912 | 1915 | |
| ||
3847 | 3850 | |
3848 | 3851 | |
3849 | 3852 | |
| 3853 | + |
3850 | 3854 | |
3851 | 3855 | |
3852 | 3856 | |
|
Collapse file
Coding_iOS/Controllers/EditTaskViewController.m
Copy file name to clipboardExpand all lines: Coding_iOS/Controllers/EditTaskViewController.m+16-9Lines changed: 16 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
330 | 330 | |
331 | 331 | |
332 | 332 | |
333 | | - |
| 333 | + |
334 | 334 | |
335 | 335 | |
336 | 336 | |
| ||
341 | 341 | |
342 | 342 | |
343 | 343 | |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
344 | 351 | |
345 | 352 | |
346 | 353 | |
| ||
349 | 356 | |
350 | 357 | |
351 | 358 | |
352 | | - |
| 359 | + |
353 | 360 | |
354 | 361 | |
355 | 362 | |
| ||
432 | 439 | |
433 | 440 | |
434 | 441 | |
435 | | - |
436 | | - |
437 | | - |
438 | | - |
439 | | - |
440 | | - |
441 | | - |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
442 | 449 | |
443 | 450 | |
444 | 451 | |
|
Collapse file
Coding_iOS/Images/task/task_icon_arrow@2x.png
Copy file name to clipboard523 Bytes- Display the source diff
- Display the rich diff
Loading
Collapse file
Coding_iOS/Views/Cell/LeftImage_LRTextCell.m
Copy file name to clipboardExpand all lines: Coding_iOS/Views/Cell/LeftImage_LRTextCell.m+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | 31 | |
|
Collapse file
Coding_iOS/Views/Cell/TaskActivityCell.m
Copy file name to clipboardExpand all lines: Coding_iOS/Views/Cell/TaskActivityCell.m+7-9Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
| 9 | + |
| 10 | + |
13 | 11 | |
14 | 12 | |
15 | 13 | |
| ||
34 | 32 | |
35 | 33 | |
36 | 34 | |
37 | | - |
| 35 | + |
38 | 36 | |
39 | 37 | |
40 | 38 | |
| ||
45 | 43 | |
46 | 44 | |
47 | 45 | |
48 | | - |
| 46 | + |
49 | 47 | |
50 | 48 | |
51 | 49 | |
| ||
114 | 112 | |
115 | 113 | |
116 | 114 | |
117 | | - |
| 115 | + |
118 | 116 | |
119 | 117 | |
120 | | - |
| 118 | + |
121 | 119 | |
122 | 120 | |
123 | 121 | |
| ||
136 | 134 | |
137 | 135 | |
138 | 136 | |
139 | | - |
| 137 | + |
140 | 138 | |
141 | 139 | |
142 | 140 | |
|
Collapse file
Coding_iOS/Views/Cell/TaskCommentCell.m
Copy file name to clipboardExpand all lines: Coding_iOS/Views/Cell/TaskCommentCell.m+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
50 | 50 | |
51 | 51 | |
52 | 52 | |
|
Collapse file
Coding_iOS/Views/Cell/TaskContentCell.m
Copy file name to clipboardExpand all lines: Coding_iOS/Views/Cell/TaskContentCell.m+17-6Lines changed: 17 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
9 | | - |
10 | 8 | |
11 | 9 | |
12 | | - |
| 10 | + |
13 | 11 | |
14 | 12 | |
15 | 13 | |
| ||
19 | 17 | |
20 | 18 | |
21 | 19 | |
| 20 | + |
| 21 | + |
22 | 22 | |
23 | 23 | |
24 | 24 | |
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
56 | 61 | |
57 | | - |
| 62 | + |
58 | 63 | |
59 | 64 | |
60 | | - |
| 65 | + |
61 | 66 | |
62 | 67 | |
63 | 68 | |
| ||
66 | 71 | |
67 | 72 | |
68 | 73 | |
69 | | - |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
70 | 81 | |
71 | 82 | |
72 | 83 | |
|
Collapse file
Coding_iOS/Views/Cell/TaskDescriptionCell.h
Copy file name to clipboardExpand all lines: Coding_iOS/Views/Cell/TaskDescriptionCell.h+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
| 16 | + |
15 | 17 | |
16 | 18 | |
Collapse file
Coding_iOS/Views/Cell/TaskDescriptionCell.m
Copy file name to clipboardExpand all lines: Coding_iOS/Views/Cell/TaskDescriptionCell.m+25-11Lines changed: 25 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
| 12 | + |
13 | 13 | |
14 | 14 | |
15 | 15 | |
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
28 | 35 | |
29 | 36 | |
30 | 37 | |
31 | 38 | |
32 | 39 | |
33 | 40 | |
34 | | - |
35 | | - |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
36 | 50 | |
37 | 51 | |
38 | 52 | |
39 | | - |
| 53 | + |
40 | 54 | |
41 | 55 | |
0 commit comments