Skip to content

Commit 5ae841a

Browse files
committed
Created files
1 parent 5730051 commit 5ae841a

File tree

20 files changed

+718
-40
lines changed

20 files changed

+718
-40
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
/* Begin PBXBuildFile section */
1010
49588A0F5E1A5829806CF162 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C685BA161AB98E8D668D2F26 /* Pods.framework */; };
11+
9349943A1C399D70006C4B97 /* IntroViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 934994391C399D70006C4B97 /* IntroViewController.swift */; };
12+
9349943C1C399D99006C4B97 /* Intro.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9349943B1C399D99006C4B97 /* Intro.storyboard */; };
13+
9349943F1C39A5B9006C4B97 /* IntroCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9349943D1C39A5B9006C4B97 /* IntroCollectionViewCell.swift */; };
14+
934994401C39A5B9006C4B97 /* IntroCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9349943E1C39A5B9006C4B97 /* IntroCollectionViewCell.xib */; };
15+
934994421C39B0F4006C4B97 /* SecoundViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 934994411C39B0F4006C4B97 /* SecoundViewController.swift */; };
16+
934994441C39B102006C4B97 /* Secound.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 934994431C39B102006C4B97 /* Secound.storyboard */; };
1117
93DC8E391BD232CA004BCCBC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93DC8E381BD232CA004BCCBC /* AppDelegate.swift */; };
1218
93DC8E3B1BD232CA004BCCBC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93DC8E3A1BD232CA004BCCBC /* ViewController.swift */; };
1319
93DC8E3E1BD232CA004BCCBC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93DC8E3C1BD232CA004BCCBC /* Main.storyboard */; };
@@ -16,6 +22,12 @@
1622
/* End PBXBuildFile section */
1723

1824
/* Begin PBXFileReference section */
25+
934994391C399D70006C4B97 /* IntroViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntroViewController.swift; sourceTree = "<group>"; };
26+
9349943B1C399D99006C4B97 /* Intro.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Intro.storyboard; sourceTree = "<group>"; };
27+
9349943D1C39A5B9006C4B97 /* IntroCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntroCollectionViewCell.swift; sourceTree = "<group>"; };
28+
9349943E1C39A5B9006C4B97 /* IntroCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = IntroCollectionViewCell.xib; sourceTree = "<group>"; };
29+
934994411C39B0F4006C4B97 /* SecoundViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SecoundViewController.swift; sourceTree = "<group>"; };
30+
934994431C39B102006C4B97 /* Secound.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Secound.storyboard; sourceTree = "<group>"; };
1931
93DC8E351BD232CA004BCCBC /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
2032
93DC8E381BD232CA004BCCBC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2133
93DC8E3A1BD232CA004BCCBC /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -63,7 +75,13 @@
6375
children = (
6476
93DC8E381BD232CA004BCCBC /* AppDelegate.swift */,
6577
93DC8E3A1BD232CA004BCCBC /* ViewController.swift */,
78+
934994411C39B0F4006C4B97 /* SecoundViewController.swift */,
79+
934994431C39B102006C4B97 /* Secound.storyboard */,
80+
934994391C399D70006C4B97 /* IntroViewController.swift */,
81+
9349943D1C39A5B9006C4B97 /* IntroCollectionViewCell.swift */,
82+
9349943E1C39A5B9006C4B97 /* IntroCollectionViewCell.xib */,
6683
93DC8E3C1BD232CA004BCCBC /* Main.storyboard */,
84+
9349943B1C399D99006C4B97 /* Intro.storyboard */,
6785
93DC8E3F1BD232CA004BCCBC /* Assets.xcassets */,
6886
93DC8E411BD232CA004BCCBC /* LaunchScreen.storyboard */,
6987
93DC8E441BD232CA004BCCBC /* Info.plist */,
@@ -150,7 +168,10 @@
150168
files = (
151169
93DC8E431BD232CA004BCCBC /* LaunchScreen.storyboard in Resources */,
152170
93DC8E401BD232CA004BCCBC /* Assets.xcassets in Resources */,
171+
934994441C39B102006C4B97 /* Secound.storyboard in Resources */,
172+
934994401C39A5B9006C4B97 /* IntroCollectionViewCell.xib in Resources */,
153173
93DC8E3E1BD232CA004BCCBC /* Main.storyboard in Resources */,
174+
9349943C1C399D99006C4B97 /* Intro.storyboard in Resources */,
154175
);
155176
runOnlyForDeploymentPostprocessing = 0;
156177
};
@@ -209,8 +230,11 @@
209230
isa = PBXSourcesBuildPhase;
210231
buildActionMask = 2147483647;
211232
files = (
233+
9349943A1C399D70006C4B97 /* IntroViewController.swift in Sources */,
212234
93DC8E3B1BD232CA004BCCBC /* ViewController.swift in Sources */,
235+
934994421C39B0F4006C4B97 /* SecoundViewController.swift in Sources */,
213236
93DC8E391BD232CA004BCCBC /* AppDelegate.swift in Sources */,
237+
9349943F1C39A5B9006C4B97 /* IntroCollectionViewCell.swift in Sources */,
214238
);
215239
runOnlyForDeploymentPostprocessing = 0;
216240
};
712 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "0.jpg",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
3.83 MB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "1.jpg",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
1.86 MB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "2.jpg",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
540 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "3.jpg",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}

Example/Example/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</navigationController>
2020
<placeholder placeholderIdentifier="IBFirstResponder" id="6uU-YD-eXt" userLabel="First Responder" sceneMemberID="firstResponder"/>
2121
</objects>
22-
<point key="canvasLocation" x="-280" y="516"/>
22+
<point key="canvasLocation" x="-460" y="511"/>
2323
</scene>
2424
<!--View Controller-->
2525
<scene sceneID="1Kl-4d-wQ0">
@@ -53,7 +53,7 @@
5353
</viewController>
5454
<placeholder placeholderIdentifier="IBFirstResponder" id="5m4-Is-Uww" userLabel="First Responder" sceneMemberID="firstResponder"/>
5555
</objects>
56-
<point key="canvasLocation" x="408" y="516"/>
56+
<point key="canvasLocation" x="201" y="511"/>
5757
</scene>
5858
</scenes>
5959
</document>

0 commit comments

Comments
 (0)