File tree
Expand file treeCollapse file tree
9 files changed
+60
-17
lines changedFilter options
- Example App/NativeUIKit.xcodeproj
- project.xcworkspace
- xcuserdata/ivanvorobei.xcuserdatad
- Sources/NativeUIKit
- Collection/LargeHeader
- Table/LargeHeader
Expand file treeCollapse file tree
9 files changed
+60
-17
lines changedExample App/NativeUIKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Copy file name to clipboardExpand all lines: Example App/NativeUIKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - |
| 9 | + |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
| 18 | + |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
Example App/NativeUIKit.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate
Copy file name to clipboard14.9 KB
Binary file not shown.
Example App/NativeUIKit.xcodeproj/xcshareddata/xcschemes/watchOS Example.xcscheme
Copy file name to clipboardExpand all lines: Example App/NativeUIKit.xcodeproj/xcshareddata/xcschemes/watchOS Example.xcscheme+19-6Lines changed: 19 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
58 |
| - |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
59 | 61 |
|
60 | 62 |
|
61 | 63 |
|
62 | 64 |
|
63 | 65 |
|
64 | 66 |
|
65 | 67 |
|
66 |
| - |
| 68 | + |
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
70 | 72 |
|
71 | 73 |
|
72 | 74 |
|
73 | 75 |
|
74 |
| - |
75 |
| - |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
76 | 80 |
|
77 | 81 |
|
78 | 82 |
|
79 | 83 |
|
80 | 84 |
|
81 | 85 |
|
82 | 86 |
|
83 |
| - |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
84 | 97 |
|
85 | 98 |
|
86 | 99 |
|
|
NativeUIKit.podspec
Copy file name to clipboard+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 |
| - |
| 16 | + |
16 | 17 |
|
17 |
| - |
| 18 | + |
18 | 19 |
|
19 | 20 |
|
+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
| 9 | + |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
| ||
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
26 |
| - |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
|
Sources/NativeUIKit/Collection/LargeHeader/NativeLargeHeaderCollectionView.swift
Copy file name to clipboardExpand all lines: Sources/NativeUIKit/Collection/LargeHeader/NativeLargeHeaderCollectionView.swift+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
| 54 | + |
Sources/NativeUIKit/Collection/LargeHeader/SPDiffableCollectionHeaderFooterProvider+LargeHeader.swift
Copy file name to clipboardExpand all lines: Sources/NativeUIKit/Collection/LargeHeader/SPDiffableCollectionHeaderFooterProvider+LargeHeader.swift+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| 37 | + |
36 | 38 |
|
Sources/NativeUIKit/Table/LargeHeader/NativeLargeHeaderItem.swift
Copy file name to clipboardExpand all lines: Sources/NativeUIKit/Table/LargeHeader/NativeLargeHeaderItem.swift+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
Sources/NativeUIKit/Table/LargeHeader/NativeLargeHeaderViewExtension.swift
Copy file name to clipboardExpand all lines: Sources/NativeUIKit/Table/LargeHeader/NativeLargeHeaderViewExtension.swift+23Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
1 | 23 |
|
2 | 24 |
|
3 | 25 |
|
| ||
12 | 34 |
|
13 | 35 |
|
14 | 36 |
|
| 37 | + |
0 commit comments