Skip to content

Commit 14c6bc5

Browse files
committed
Start point for the tutorial
1 parent 96bb563 commit 14c6bc5

File tree

6 files changed

+42
-21
lines changed

6 files changed

+42
-21
lines changed

SaVaGe/SaVaGe/Assets.xcassets/cat_pdf.imageset/Contents.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "cat_pdf.pdf"
5+
"filename" : "cat_pdf.pdf",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
615
}
716
],
817
"info" : {
918
"version" : 1,
1019
"author" : "xcode"
11-
},
12-
"properties" : {
13-
"preserves-vector-representation" : true
1420
}
1521
}
0 Bytes
Binary file not shown.

SaVaGe/SaVaGe/Assets.xcassets/first.imageset/Contents.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "tabbar_images.pdf"
5+
"filename" : "tabbar_images.pdf",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
615
}
716
],
817
"info" : {
918
"version" : 1,
1019
"author" : "xcode"
11-
},
12-
"properties" : {
13-
"preserves-vector-representation" : true
1420
}
1521
}

SaVaGe/SaVaGe/Assets.xcassets/pumpkin_pdf.imageset/Contents.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "pumpkin_pdf.pdf"
5+
"filename" : "pumpkin_pdf.pdf",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
615
}
716
],
817
"info" : {
918
"version" : 1,
1019
"author" : "xcode"
11-
},
12-
"properties" : {
13-
"preserves-vector-representation" : true
1420
}
1521
}

SaVaGe/SaVaGe/Assets.xcassets/second.imageset/Contents.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "tabbar_buttons.pdf"
5+
"filename" : "tabbar_buttons.pdf",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
615
}
716
],
817
"info" : {

SaVaGe/SaVaGe/Base.lproj/Main.storyboard

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,20 +128,14 @@
128128
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
129129
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
130130
<subviews>
131-
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="pumpkin_png" adjustsImageSizeForAccessibilityContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1DA-4C-9fI">
131+
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="pumpkin_png" translatesAutoresizingMaskIntoConstraints="NO" id="1DA-4C-9fI">
132132
<rect key="frame" x="140" y="96" width="96" height="96"/>
133-
<accessibility key="accessibilityConfiguration">
134-
<bool key="isElement" value="YES"/>
135-
</accessibility>
136133
<constraints>
137134
<constraint firstAttribute="width" secondItem="1DA-4C-9fI" secondAttribute="height" multiplier="1:1" id="5aF-OQ-NNw"/>
138135
</constraints>
139136
</imageView>
140-
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="pumpkin_pdf" adjustsImageSizeForAccessibilityContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="QuR-CM-wkQ">
137+
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="pumpkin_pdf" translatesAutoresizingMaskIntoConstraints="NO" id="QuR-CM-wkQ">
141138
<rect key="frame" x="139" y="382.5" width="96" height="96"/>
142-
<accessibility key="accessibilityConfiguration">
143-
<bool key="isElement" value="YES"/>
144-
</accessibility>
145139
<constraints>
146140
<constraint firstAttribute="width" secondItem="QuR-CM-wkQ" secondAttribute="height" multiplier="1:1" id="yYt-rs-UMf"/>
147141
</constraints>

0 commit comments

Comments
 (0)