Skip to content

Commit 61f26a5

Browse files
committed
Login scene sizes fixed.
Version bump.
1 parent a07bd80 commit 61f26a5

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Adamant/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.2.4</string>
20+
<string>0.2.5</string>
2121
<key>CFBundleVersion</key>
22-
<string>11</string>
22+
<string>12</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSCameraUsageDescription</key>

Adamant/Stories/Login/LoginHeader.xib

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
3-
<device id="retina4_7" orientation="portrait">
3+
<device id="retina4_0" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
@@ -20,36 +20,39 @@
2020
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
2121
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
2222
<view contentMode="scaleToFill" id="zyJ-1h-Ix7">
23-
<rect key="frame" x="0.0" y="0.0" width="374" height="374"/>
23+
<rect key="frame" x="0.0" y="0.0" width="320" height="350"/>
2424
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
2525
<subviews>
2626
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="15" translatesAutoresizingMaskIntoConstraints="NO" id="hUF-Ul-HEi">
27-
<rect key="frame" x="75" y="42" width="225" height="290.5"/>
27+
<rect key="frame" x="0.0" y="46.5" width="320" height="257"/>
2828
<subviews>
2929
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Adamant_Logo" translatesAutoresizingMaskIntoConstraints="NO" id="Ci1-bB-rdf">
30-
<rect key="frame" x="0.0" y="0.0" width="225" height="225"/>
30+
<rect key="frame" x="64" y="0.0" width="192" height="191.5"/>
3131
<constraints>
3232
<constraint firstAttribute="width" secondItem="Ci1-bB-rdf" secondAttribute="height" multiplier="1:1" id="whs-kN-2Wa"/>
3333
</constraints>
3434
</imageView>
3535
<label opaque="NO" userInteractionEnabled="NO" tag="888" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ADAMANT" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MaP-ZE-Rez">
36-
<rect key="frame" x="16.5" y="240" width="192.5" height="50.5"/>
36+
<rect key="frame" x="64" y="206.5" width="192.5" height="50.5"/>
3737
<fontDescription key="fontDescription" name="Exo2-Thin" family="Exo 2 Thin" pointSize="42"/>
3838
<nil key="textColor"/>
3939
<nil key="highlightedColor"/>
4040
</label>
4141
</subviews>
42+
<constraints>
43+
<constraint firstItem="Ci1-bB-rdf" firstAttribute="width" secondItem="hUF-Ul-HEi" secondAttribute="width" multiplier="0.6" id="lTA-wh-5Ws"/>
44+
</constraints>
4245
</stackView>
4346
</subviews>
4447
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
4548
<constraints>
46-
<constraint firstItem="hUF-Ul-HEi" firstAttribute="width" secondItem="zyJ-1h-Ix7" secondAttribute="width" multiplier="0.6" id="92q-lM-4uz"/>
49+
<constraint firstItem="hUF-Ul-HEi" firstAttribute="width" secondItem="zyJ-1h-Ix7" secondAttribute="width" id="92q-lM-4uz"/>
4750
<constraint firstItem="hUF-Ul-HEi" firstAttribute="centerX" secondItem="kK0-eO-vLx" secondAttribute="centerX" id="e0L-Wd-P6W"/>
4851
<constraint firstItem="hUF-Ul-HEi" firstAttribute="centerY" secondItem="kK0-eO-vLx" secondAttribute="centerY" id="gef-QZ-C1q"/>
4952
</constraints>
5053
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
5154
<viewLayoutGuide key="safeArea" id="kK0-eO-vLx"/>
52-
<point key="canvasLocation" x="8" y="116"/>
55+
<point key="canvasLocation" x="8" y="7"/>
5356
</view>
5457
</objects>
5558
<resources>

0 commit comments

Comments
 (0)