Skip to content

Commit eea0932

Browse files
author
HDB-Li
committed
Update for 1.3.8
1 parent 8673fd8 commit eea0932

File tree

82 files changed

+3802
-3346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+3802
-3346
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [1.3.7.1](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.7.1) (02/10/2020)
1+
## [1.3.8](https://github.com/HDB-Li/LLDebugToolSwift/releases/tag/1.3.8) (02/12/2020)
22

33
### Synchronous update
44

LLDebugToolSwift.podspec

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LLDebugToolSwift"
3-
s.version = "1.3.7.1"
3+
s.version = "1.3.8"
44
s.summary = "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations."
55
s.homepage = "https://github.com/HDB-Li/LLDebugToolSwift"
66
s.license = "MIT"
@@ -13,51 +13,55 @@ Pod::Spec.new do |s|
1313
s.swift_version = "4.0"
1414

1515
s.subspec 'Network' do |ss|
16-
ss.dependency "LLDebugTool/Network", "1.3.7.1"
16+
ss.dependency "LLDebugTool/Network", "1.3.8"
1717
end
1818

1919
s.subspec 'Log' do |ss|
20-
ss.dependency "LLDebugTool/Log", "1.3.7.1"
20+
ss.dependency "LLDebugTool/Log", "1.3.8"
2121
end
2222

2323
s.subspec 'Crash' do |ss|
24-
ss.dependency "LLDebugTool/Crash", "1.3.7.1"
24+
ss.dependency "LLDebugTool/Crash", "1.3.8"
2525
end
2626

2727
s.subspec 'AppInfo' do |ss|
28-
ss.dependency "LLDebugTool/AppInfo", "1.3.7.1"
28+
ss.dependency "LLDebugTool/AppInfo", "1.3.8"
2929
end
3030

3131
s.subspec 'Sandbox' do |ss|
32-
ss.dependency "LLDebugTool/Sandbox", "1.3.7.1"
32+
ss.dependency "LLDebugTool/Sandbox", "1.3.8"
3333
end
3434

3535
s.subspec 'Screenshot' do |ss|
36-
ss.dependency "LLDebugTool/Screenshot", "1.3.7.1"
36+
ss.dependency "LLDebugTool/Screenshot", "1.3.8"
3737
end
3838

3939
s.subspec 'Hierarchy' do |ss|
40-
ss.dependency "LLDebugTool/Hierarchy", "1.3.7.1"
40+
ss.dependency "LLDebugTool/Hierarchy", "1.3.8"
4141
end
4242

4343
s.subspec 'Magnifier' do |ss|
44-
ss.dependency "LLDebugTool/Magnifier", "1.3.7.1"
44+
ss.dependency "LLDebugTool/Magnifier", "1.3.8"
4545
end
4646

4747
s.subspec 'Ruler' do |ss|
48-
ss.dependency "LLDebugTool/Ruler", "1.3.7.1"
48+
ss.dependency "LLDebugTool/Ruler", "1.3.8"
4949
end
5050

5151
s.subspec 'WidgetBorder' do |ss|
52-
ss.dependency "LLDebugTool/WidgetBorder", "1.3.7.1"
52+
ss.dependency "LLDebugTool/WidgetBorder", "1.3.8"
5353
end
5454

5555
s.subspec 'Html' do |ss|
56-
ss.dependency "LLDebugTool/Html", "1.3.7.1"
56+
ss.dependency "LLDebugTool/Html", "1.3.8"
5757
end
5858

5959
s.subspec 'Location' do |ss|
60-
ss.dependency "LLDebugTool/Location", "1.3.7.1"
60+
ss.dependency "LLDebugTool/Location", "1.3.8"
61+
end
62+
63+
s.subspec 'ShortCut' do |ss|
64+
ss.dependency "LLDebugTool/ShortCut", "1.3.8"
6165
end
6266

6367
end

LLDebugToolSwiftDemo.xcodeproj/project.pbxproj

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,24 @@
3636
C481AD25231BDE6A004680C1 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = C481AD20231BDE69004680C1 /* LICENSE */; };
3737
C481AD26231BDE6A004680C1 /* README-cn.md in Resources */ = {isa = PBXBuildFile; fileRef = C481AD21231BDE69004680C1 /* README-cn.md */; };
3838
C481AD27231BDE6A004680C1 /* LLDebugToolSwift.podspec in Resources */ = {isa = PBXBuildFile; fileRef = C481AD22231BDE6A004680C1 /* LLDebugToolSwift.podspec */; };
39+
C4D3818323F41233006DDDFA /* TestShortCutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4D3818223F41233006DDDFA /* TestShortCutViewController.swift */; };
40+
C4D3819623F44425006DDDFA /* LLDebugTool.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818523F44425006DDDFA /* LLDebugTool.jpeg */; };
41+
C4D3819723F44425006DDDFA /* LLDebugTool.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818623F44425006DDDFA /* LLDebugTool.mp3 */; };
42+
C4D3819823F44425006DDDFA /* LLDebugTool.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818723F44425006DDDFA /* LLDebugTool.mp4 */; };
43+
C4D3819923F44425006DDDFA /* LLDebugTool.doc in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818823F44425006DDDFA /* LLDebugTool.doc */; };
44+
C4D3819A23F44425006DDDFA /* LLDebugTool.docx in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818923F44425006DDDFA /* LLDebugTool.docx */; };
45+
C4D3819B23F44425006DDDFA /* LLDebugTool.json in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818A23F44425006DDDFA /* LLDebugTool.json */; };
46+
C4D3819C23F44425006DDDFA /* LLDebugTool.plist in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818B23F44425006DDDFA /* LLDebugTool.plist */; };
47+
C4D3819D23F44425006DDDFA /* LLDebugTool.md in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818C23F44425006DDDFA /* LLDebugTool.md */; };
48+
C4D3819E23F44425006DDDFA /* LLDebugTool.gif in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818D23F44425006DDDFA /* LLDebugTool.gif */; };
49+
C4D3819F23F44425006DDDFA /* LLDebugTool.pages in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818E23F44425006DDDFA /* LLDebugTool.pages */; };
50+
C4D381A023F44425006DDDFA /* LLDebugTool.xls in Resources */ = {isa = PBXBuildFile; fileRef = C4D3818F23F44425006DDDFA /* LLDebugTool.xls */; };
51+
C4D381A123F44425006DDDFA /* LLDebugTool.xlsx in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819023F44425006DDDFA /* LLDebugTool.xlsx */; };
52+
C4D381A223F44425006DDDFA /* LLDebugTool.txt in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819123F44425006DDDFA /* LLDebugTool.txt */; };
53+
C4D381A323F44425006DDDFA /* LLDebugTool.html in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819223F44425006DDDFA /* LLDebugTool.html */; };
54+
C4D381A423F44425006DDDFA /* LLDebugTool.numbers in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819323F44425006DDDFA /* LLDebugTool.numbers */; };
55+
C4D381A523F44425006DDDFA /* LLDebugTool.pdf in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819423F44425006DDDFA /* LLDebugTool.pdf */; };
56+
C4D381A623F44425006DDDFA /* LLDebugTool.png in Resources */ = {isa = PBXBuildFile; fileRef = C4D3819523F44425006DDDFA /* LLDebugTool.png */; };
3957
/* End PBXBuildFile section */
4058

4159
/* Begin PBXContainerItemProxy section */
@@ -99,6 +117,24 @@
99117
C481AD20231BDE69004680C1 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
100118
C481AD21231BDE69004680C1 /* README-cn.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = "README-cn.md"; sourceTree = "<group>"; };
101119
C481AD22231BDE6A004680C1 /* LLDebugToolSwift.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LLDebugToolSwift.podspec; sourceTree = "<group>"; };
120+
C4D3818223F41233006DDDFA /* TestShortCutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestShortCutViewController.swift; sourceTree = "<group>"; };
121+
C4D3818523F44425006DDDFA /* LLDebugTool.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = LLDebugTool.jpeg; sourceTree = "<group>"; };
122+
C4D3818623F44425006DDDFA /* LLDebugTool.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = LLDebugTool.mp3; sourceTree = "<group>"; };
123+
C4D3818723F44425006DDDFA /* LLDebugTool.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.mp4; sourceTree = "<group>"; };
124+
C4D3818823F44425006DDDFA /* LLDebugTool.doc */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.doc; sourceTree = "<group>"; };
125+
C4D3818923F44425006DDDFA /* LLDebugTool.docx */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.docx; sourceTree = "<group>"; };
126+
C4D3818A23F44425006DDDFA /* LLDebugTool.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = LLDebugTool.json; sourceTree = "<group>"; };
127+
C4D3818B23F44425006DDDFA /* LLDebugTool.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = LLDebugTool.plist; sourceTree = "<group>"; };
128+
C4D3818C23F44425006DDDFA /* LLDebugTool.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LLDebugTool.md; sourceTree = "<group>"; };
129+
C4D3818D23F44425006DDDFA /* LLDebugTool.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = LLDebugTool.gif; sourceTree = "<group>"; };
130+
C4D3818E23F44425006DDDFA /* LLDebugTool.pages */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.pages; sourceTree = "<group>"; };
131+
C4D3818F23F44425006DDDFA /* LLDebugTool.xls */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.xls; sourceTree = "<group>"; };
132+
C4D3819023F44425006DDDFA /* LLDebugTool.xlsx */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.xlsx; sourceTree = "<group>"; };
133+
C4D3819123F44425006DDDFA /* LLDebugTool.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LLDebugTool.txt; sourceTree = "<group>"; };
134+
C4D3819223F44425006DDDFA /* LLDebugTool.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = LLDebugTool.html; sourceTree = "<group>"; };
135+
C4D3819323F44425006DDDFA /* LLDebugTool.numbers */ = {isa = PBXFileReference; lastKnownFileType = file; path = LLDebugTool.numbers; sourceTree = "<group>"; };
136+
C4D3819423F44425006DDDFA /* LLDebugTool.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = LLDebugTool.pdf; sourceTree = "<group>"; };
137+
C4D3819523F44425006DDDFA /* LLDebugTool.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = LLDebugTool.png; sourceTree = "<group>"; };
102138
E45D43AD8FFE9A42E9D1CA87 /* Pods-LLDebugToolSwiftDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LLDebugToolSwiftDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-LLDebugToolSwiftDemo/Pods-LLDebugToolSwiftDemo.release.xcconfig"; sourceTree = "<group>"; };
103139
FE2985D92B0F6630DB319AC0 /* Pods-LLDebugToolSwiftDemoUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LLDebugToolSwiftDemoUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-LLDebugToolSwiftDemoUITests/Pods-LLDebugToolSwiftDemoUITests.release.xcconfig"; sourceTree = "<group>"; };
104140
/* End PBXFileReference section */
@@ -163,6 +199,7 @@
163199
isa = PBXGroup;
164200
children = (
165201
367620F9214A6D5500F433EE /* DemoViewControllers */,
202+
C4D3818423F44425006DDDFA /* Resource */,
166203
364A059F214917E70056719F /* AppDelegate.swift */,
167204
364A05A1214917E70056719F /* ViewController.swift */,
168205
C4320D40214DFB41000CC110 /* MyService.swift */,
@@ -215,6 +252,7 @@
215252
3652EDE923876CD500D5D531 /* TestHtmlViewController.swift */,
216253
3652EDEB23876CEA00D5D531 /* CustomWebViewController.swift */,
217254
3652EDED23876CF600D5D531 /* TestLocationViewController.swift */,
255+
C4D3818223F41233006DDDFA /* TestShortCutViewController.swift */,
218256
);
219257
path = DemoViewControllers;
220258
sourceTree = "<group>";
@@ -229,6 +267,30 @@
229267
name = Frameworks;
230268
sourceTree = "<group>";
231269
};
270+
C4D3818423F44425006DDDFA /* Resource */ = {
271+
isa = PBXGroup;
272+
children = (
273+
C4D3818523F44425006DDDFA /* LLDebugTool.jpeg */,
274+
C4D3818623F44425006DDDFA /* LLDebugTool.mp3 */,
275+
C4D3818723F44425006DDDFA /* LLDebugTool.mp4 */,
276+
C4D3818823F44425006DDDFA /* LLDebugTool.doc */,
277+
C4D3818923F44425006DDDFA /* LLDebugTool.docx */,
278+
C4D3818A23F44425006DDDFA /* LLDebugTool.json */,
279+
C4D3818B23F44425006DDDFA /* LLDebugTool.plist */,
280+
C4D3818C23F44425006DDDFA /* LLDebugTool.md */,
281+
C4D3818D23F44425006DDDFA /* LLDebugTool.gif */,
282+
C4D3818E23F44425006DDDFA /* LLDebugTool.pages */,
283+
C4D3818F23F44425006DDDFA /* LLDebugTool.xls */,
284+
C4D3819023F44425006DDDFA /* LLDebugTool.xlsx */,
285+
C4D3819123F44425006DDDFA /* LLDebugTool.txt */,
286+
C4D3819223F44425006DDDFA /* LLDebugTool.html */,
287+
C4D3819323F44425006DDDFA /* LLDebugTool.numbers */,
288+
C4D3819423F44425006DDDFA /* LLDebugTool.pdf */,
289+
C4D3819523F44425006DDDFA /* LLDebugTool.png */,
290+
);
291+
path = Resource;
292+
sourceTree = "<group>";
293+
};
232294
CC6BE5CE747316EEBA2803DE /* Pods */ = {
233295
isa = PBXGroup;
234296
children = (
@@ -353,16 +415,33 @@
353415
isa = PBXResourcesBuildPhase;
354416
buildActionMask = 2147483647;
355417
files = (
418+
C4D381A123F44425006DDDFA /* LLDebugTool.xlsx in Resources */,
356419
C481AD27231BDE6A004680C1 /* LLDebugToolSwift.podspec in Resources */,
420+
C4D381A523F44425006DDDFA /* LLDebugTool.pdf in Resources */,
357421
364A05AA214917E70056719F /* LaunchScreen.storyboard in Resources */,
422+
C4D3819723F44425006DDDFA /* LLDebugTool.mp3 in Resources */,
358423
C481AD23231BDE6A004680C1 /* CHANGELOG.md in Resources */,
424+
C4D3819F23F44425006DDDFA /* LLDebugTool.pages in Resources */,
425+
C4D381A423F44425006DDDFA /* LLDebugTool.numbers in Resources */,
426+
C4D381A023F44425006DDDFA /* LLDebugTool.xls in Resources */,
427+
C4D3819D23F44425006DDDFA /* LLDebugTool.md in Resources */,
428+
C4D3819923F44425006DDDFA /* LLDebugTool.doc in Resources */,
429+
C4D3819B23F44425006DDDFA /* LLDebugTool.json in Resources */,
430+
C4D3819623F44425006DDDFA /* LLDebugTool.jpeg in Resources */,
431+
C4D381A223F44425006DDDFA /* LLDebugTool.txt in Resources */,
359432
C481AD25231BDE6A004680C1 /* LICENSE in Resources */,
433+
C4D3819E23F44425006DDDFA /* LLDebugTool.gif in Resources */,
360434
C481AD26231BDE6A004680C1 /* README-cn.md in Resources */,
361435
367620F5214A648200F433EE /* Localizable.strings in Resources */,
436+
C4D381A323F44425006DDDFA /* LLDebugTool.html in Resources */,
362437
C481AD24231BDE6A004680C1 /* README.md in Resources */,
363438
364A05A7214917E70056719F /* Assets.xcassets in Resources */,
364439
364A05A5214917E70056719F /* Main.storyboard in Resources */,
365440
367620EF214A63B500F433EE /* InfoPlist.strings in Resources */,
441+
C4D381A623F44425006DDDFA /* LLDebugTool.png in Resources */,
442+
C4D3819A23F44425006DDDFA /* LLDebugTool.docx in Resources */,
443+
C4D3819C23F44425006DDDFA /* LLDebugTool.plist in Resources */,
444+
C4D3819823F44425006DDDFA /* LLDebugTool.mp4 in Resources */,
366445
);
367446
runOnlyForDeploymentPostprocessing = 0;
368447
};
@@ -482,6 +561,7 @@
482561
3652EDEA23876CD500D5D531 /* TestHtmlViewController.swift in Sources */,
483562
364A05D2214922EF0056719F /* LLog.swift in Sources */,
484563
367620FB214A6D6400F433EE /* BaseTestViewController.swift in Sources */,
564+
C4D3818323F41233006DDDFA /* TestShortCutViewController.swift in Sources */,
485565
364A05A2214917E70056719F /* ViewController.swift in Sources */,
486566
364A05A0214917E70056719F /* AppDelegate.swift in Sources */,
487567
);
@@ -683,7 +763,7 @@
683763
INFOPLIST_FILE = LLDebugToolSwiftDemo/Info.plist;
684764
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
685765
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
686-
MARKETING_VERSION = 1.3.7.1;
766+
MARKETING_VERSION = 1.3.8;
687767
PRODUCT_BUNDLE_IDENTIFIER = myCompany.HDB.LLDebugToolSwiftDemo;
688768
PRODUCT_NAME = "$(TARGET_NAME)";
689769
SWIFT_VERSION = 4.0;
@@ -701,7 +781,7 @@
701781
INFOPLIST_FILE = LLDebugToolSwiftDemo/Info.plist;
702782
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
703783
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
704-
MARKETING_VERSION = 1.3.7.1;
784+
MARKETING_VERSION = 1.3.8;
705785
PRODUCT_BUNDLE_IDENTIFIER = myCompany.HDB.LLDebugToolSwiftDemo;
706786
PRODUCT_NAME = "$(TARGET_NAME)";
707787
SWIFT_VERSION = 4.0;

LLDebugToolSwiftDemo/AppDelegate.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
5151

5252
//####################### Html #######################//
5353
config.defaultHtmlUrl = "https://github.com/HDB-Li/LLDebugTool";
54+
55+
//####################### Location #######################//
56+
if let documentsPath = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true).first {
57+
config.addMockRouteDirectory(documentsPath)
58+
}
5459
}
5560

5661
return true

LLDebugToolSwiftDemo/Base.lproj/Main.storyboard

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="rL6-Hc-MTa">
3-
<device id="retina4_7" orientation="portrait">
4-
<adaptation id="fullscreen"/>
5-
</device>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="rL6-Hc-MTa">
3+
<device id="retina4_7" orientation="portrait" appearance="light"/>
64
<dependencies>
75
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
97
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
108
</dependencies>
119
<scenes>
@@ -21,14 +19,14 @@
2119
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
2220
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2321
<subviews>
24-
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="CiZ-Dr-i00">
25-
<rect key="frame" x="0.0" y="20" width="375" height="220"/>
22+
<imageView userInteractionEnabled="NO" tag="101" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="CiZ-Dr-i00">
23+
<rect key="frame" x="0.0" y="0.0" width="375" height="220"/>
2624
<constraints>
2725
<constraint firstAttribute="height" constant="220" id="2pH-3G-e4B"/>
2826
</constraints>
2927
</imageView>
3028
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="4Pc-k4-OeO">
31-
<rect key="frame" x="0.0" y="240" width="375" height="427"/>
29+
<rect key="frame" x="0.0" y="220" width="375" height="447"/>
3230
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3331
<connections>
3432
<outlet property="dataSource" destination="BYZ-38-t0r" id="1at-tm-ZAO"/>
@@ -64,7 +62,7 @@
6462
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="rL6-Hc-MTa" sceneMemberID="viewController">
6563
<toolbarItems/>
6664
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="IRA-kk-a9j">
67-
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
65+
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
6866
<autoresizingMask key="autoresizingMask"/>
6967
</navigationBar>
7068
<nil name="viewControllers"/>

0 commit comments

Comments
 (0)