Skip to content

Commit e50acf1

Browse files
committed
Demo增加Debug页面 (开发中..)
1 parent 49a881d commit e50acf1

7 files changed

Lines changed: 720 additions & 2 deletions

File tree

Demo/Demo.xcodeproj/project.pbxproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
9B15B7B524DD01280038DAF7 /* DebugLabelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B15B7B424DD01280038DAF7 /* DebugLabelViewController.swift */; };
11+
9B15B7B724DD01960038DAF7 /* Debug.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9B15B7B624DD01960038DAF7 /* Debug.storyboard */; };
12+
9B15B7B924DD1D9B0038DAF7 /* DebugLabelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B15B7B824DD1D9B0038DAF7 /* DebugLabelView.swift */; };
1013
9B1C4964238405A7002CDC4B /* ParagraphStyleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1C4963238405A7002CDC4B /* ParagraphStyleViewController.swift */; };
1114
9B1C49662384065D002CDC4B /* AttachmentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1C49652384065D002CDC4B /* AttachmentViewController.swift */; };
1215
9B6E898A23823F47009EBEBE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E898923823F47009EBEBE /* AppDelegate.swift */; };
@@ -54,6 +57,9 @@
5457
/* End PBXCopyFilesBuildPhase section */
5558

5659
/* Begin PBXFileReference section */
60+
9B15B7B424DD01280038DAF7 /* DebugLabelViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugLabelViewController.swift; sourceTree = "<group>"; };
61+
9B15B7B624DD01960038DAF7 /* Debug.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Debug.storyboard; sourceTree = "<group>"; };
62+
9B15B7B824DD1D9B0038DAF7 /* DebugLabelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugLabelView.swift; sourceTree = "<group>"; };
5763
9B1C4963238405A7002CDC4B /* ParagraphStyleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParagraphStyleViewController.swift; sourceTree = "<group>"; };
5864
9B1C49652384065D002CDC4B /* AttachmentViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttachmentViewController.swift; sourceTree = "<group>"; };
5965
9B6E898623823F47009EBEBE /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -99,6 +105,16 @@
99105
/* End PBXFrameworksBuildPhase section */
100106

101107
/* Begin PBXGroup section */
108+
9B15B7B324DD00CE0038DAF7 /* Debug */ = {
109+
isa = PBXGroup;
110+
children = (
111+
9B15B7B424DD01280038DAF7 /* DebugLabelViewController.swift */,
112+
9B15B7B824DD1D9B0038DAF7 /* DebugLabelView.swift */,
113+
9B15B7B624DD01960038DAF7 /* Debug.storyboard */,
114+
);
115+
path = Debug;
116+
sourceTree = "<group>";
117+
};
102118
9B6E897D23823F47009EBEBE = {
103119
isa = PBXGroup;
104120
children = (
@@ -119,6 +135,7 @@
119135
9B6E898823823F47009EBEBE /* Demo */ = {
120136
isa = PBXGroup;
121137
children = (
138+
9B15B7B324DD00CE0038DAF7 /* Debug */,
122139
9BD90EFC2383FA57000DBD29 /* Details */,
123140
9B6E89D023827CE2009EBEBE /* Cell */,
124141
9B6E898923823F47009EBEBE /* AppDelegate.swift */,
@@ -237,6 +254,7 @@
237254
files = (
238255
9B6E899623823F48009EBEBE /* LaunchScreen.storyboard in Resources */,
239256
9B6E899323823F48009EBEBE /* Assets.xcassets in Resources */,
257+
9B15B7B724DD01960038DAF7 /* Debug.storyboard in Resources */,
240258
9B6E899123823F47009EBEBE /* Main.storyboard in Resources */,
241259
);
242260
runOnlyForDeploymentPostprocessing = 0;
@@ -249,6 +267,7 @@
249267
buildActionMask = 2147483647;
250268
files = (
251269
9B74C1B024A83D9A00242418 /* ViewController.swift in Sources */,
270+
9B15B7B524DD01280038DAF7 /* DebugLabelViewController.swift in Sources */,
252271
9BD90F04238404EA000DBD29 /* LinkViewController.swift in Sources */,
253272
9BD90F0A23840510000DBD29 /* StrikethroughViewController.swift in Sources */,
254273
9BD90F0E23840529000DBD29 /* BaselineOffsetViewController.swift in Sources */,
@@ -259,6 +278,7 @@
259278
9B1C4964238405A7002CDC4B /* ParagraphStyleViewController.swift in Sources */,
260279
9BD90F1223840540000DBD29 /* StrokeViewController.swift in Sources */,
261280
9B6E898A23823F47009EBEBE /* AppDelegate.swift in Sources */,
281+
9B15B7B924DD1D9B0038DAF7 /* DebugLabelView.swift in Sources */,
262282
9BB7011724B5C9360018DD68 /* VideoPlayerView.swift in Sources */,
263283
9BD90F1A2384056F000DBD29 /* WritingDirectionViewController.swift in Sources */,
264284
9B1C49662384065D002CDC4B /* AttachmentViewController.swift in Sources */,

Demo/Demo/Base.lproj/Main.storyboard

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,16 @@
705705
</objects>
706706
<point key="canvasLocation" x="4006" y="884"/>
707707
</scene>
708+
<!--Debug-->
709+
<scene sceneID="y9E-gb-Gq7">
710+
<objects>
711+
<viewControllerPlaceholder storyboardName="Debug" id="4lO-aE-flU" sceneMemberID="viewController">
712+
<tabBarItem key="tabBarItem" title="Item" id="EcA-zL-7ER"/>
713+
</viewControllerPlaceholder>
714+
<placeholder placeholderIdentifier="IBFirstResponder" id="JWQ-K9-scr" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
715+
</objects>
716+
<point key="canvasLocation" x="136" y="717"/>
717+
</scene>
708718
<!--All-->
709719
<scene sceneID="FNM-vb-w9f">
710720
<objects>
@@ -755,6 +765,7 @@
755765
<connections>
756766
<segue destination="HkE-AT-DVp" kind="relationship" relationship="viewControllers" id="9Bf-7k-Oka"/>
757767
<segue destination="1v5-re-jXN" kind="relationship" relationship="viewControllers" id="kDK-Lj-Hex"/>
768+
<segue destination="4lO-aE-flU" kind="relationship" relationship="viewControllers" id="lhv-nv-x6C"/>
758769
</connections>
759770
</tabBarController>
760771
<placeholder placeholderIdentifier="IBFirstResponder" id="IV8-48-QV7" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>

0 commit comments

Comments
 (0)