Skip to content

Commit ef47445

Browse files
committed
Fix title top constraint on login
1 parent b6a7214 commit ef47445

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Mage/Base.lproj/Login.storyboard

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11542" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="dQw-Zy-0E4">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16A323" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="dQw-Zy-0E4">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
99
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
1010
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1111
</dependencies>
@@ -63,13 +63,13 @@
6363
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
6464
<subviews>
6565
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mage_logo" translatesAutoresizingMaskIntoConstraints="NO" id="Kf5-g8-Hja">
66-
<rect key="frame" x="40" y="20" width="295" height="45"/>
66+
<rect key="frame" x="40" y="40" width="295" height="45"/>
6767
<constraints>
6868
<constraint firstAttribute="height" constant="45" id="bH8-gH-nV5"/>
6969
</constraints>
7070
</imageView>
7171
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="Set MAGE Server URL" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fgt-EY-DwO">
72-
<rect key="frame" x="0.0" y="73" width="375" height="39"/>
72+
<rect key="frame" x="0.0" y="93" width="375" height="39"/>
7373
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
7474
<constraints>
7575
<constraint firstAttribute="height" constant="39" id="dA5-Ra-m8v"/>
@@ -79,15 +79,15 @@
7979
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
8080
</textView>
8181
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Server URL" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="gwu-hm-3cp">
82-
<rect key="frame" x="20" y="139" width="335" height="30"/>
82+
<rect key="frame" x="20" y="159" width="335" height="30"/>
8383
<constraints>
8484
<constraint firstAttribute="height" constant="30" id="5uH-OH-Bm6"/>
8585
</constraints>
8686
<fontDescription key="fontDescription" type="system" pointSize="14"/>
8787
<textInputTraits key="textInputTraits" autocorrectionType="no" keyboardType="URL"/>
8888
</textField>
8989
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OEK-2O-RQD">
90-
<rect key="frame" x="20" y="179" width="165.5" height="40"/>
90+
<rect key="frame" x="20" y="199" width="165.5" height="40"/>
9191
<color key="backgroundColor" red="0.1110333651" green="0.25266155600000001" blue="0.40621557829999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
9292
<accessibility key="accessibilityConfiguration" label="Log In"/>
9393
<constraints>
@@ -103,7 +103,7 @@
103103
</connections>
104104
</button>
105105
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bG8-8C-P4o">
106-
<rect key="frame" x="189.5" y="179" width="165.5" height="40"/>
106+
<rect key="frame" x="189.5" y="199" width="165.5" height="40"/>
107107
<color key="backgroundColor" red="0.1110333651" green="0.25266155600000001" blue="0.40621557829999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
108108
<accessibility key="accessibilityConfiguration" label="Log In"/>
109109
<constraints>
@@ -118,14 +118,14 @@
118118
</connections>
119119
</button>
120120
<activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="white" translatesAutoresizingMaskIntoConstraints="NO" id="fxT-9E-LCI">
121-
<rect key="frame" x="327" y="189" width="20" height="20"/>
121+
<rect key="frame" x="327" y="209" width="20" height="20"/>
122122
<constraints>
123123
<constraint firstAttribute="height" constant="20" id="79F-Fn-OvU"/>
124124
<constraint firstAttribute="width" constant="20" id="IQy-lu-dgy"/>
125125
</constraints>
126126
</activityIndicatorView>
127127
<button hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7GL-ei-6gQ">
128-
<rect key="frame" x="20" y="227" width="24" height="24"/>
128+
<rect key="frame" x="20" y="247" width="24" height="24"/>
129129
<constraints>
130130
<constraint firstAttribute="width" constant="24" id="H57-yt-8SU"/>
131131
<constraint firstAttribute="height" constant="24" id="yhc-jj-ZQM"/>
@@ -135,7 +135,7 @@
135135
</state>
136136
</button>
137137
<textView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" delaysContentTouches="NO" canCancelContentTouches="NO" bouncesZoom="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lt8-WZ-OOL">
138-
<rect key="frame" x="40" y="227" width="310" height="108"/>
138+
<rect key="frame" x="40" y="247" width="310" height="108"/>
139139
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
140140
<accessibility key="accessibilityConfiguration" label="Login Status"/>
141141
<constraints>
@@ -170,7 +170,7 @@
170170
<constraint firstItem="bG8-8C-P4o" firstAttribute="leading" secondItem="OEK-2O-RQD" secondAttribute="trailing" constant="4" id="fDC-wy-mgD"/>
171171
<constraint firstItem="bG8-8C-P4o" firstAttribute="leading" secondItem="Vh7-dd-fGN" secondAttribute="leading" priority="999" constant="20" id="hv0-9f-dTt"/>
172172
<constraint firstItem="lt8-WZ-OOL" firstAttribute="leading" secondItem="7GL-ei-6gQ" secondAttribute="trailing" constant="-4" id="kNR-oy-del"/>
173-
<constraint firstItem="Kf5-g8-Hja" firstAttribute="top" secondItem="ZRT-WH-6tP" secondAttribute="bottom" id="pYO-D2-TCV"/>
173+
<constraint firstItem="Kf5-g8-Hja" firstAttribute="top" secondItem="ZRT-WH-6tP" secondAttribute="bottom" constant="20" id="pYO-D2-TCV"/>
174174
<constraint firstItem="bG8-8C-P4o" firstAttribute="width" secondItem="OEK-2O-RQD" secondAttribute="width" id="xzW-Pi-pry"/>
175175
<constraint firstItem="7GL-ei-6gQ" firstAttribute="top" secondItem="bG8-8C-P4o" secondAttribute="bottom" constant="8" id="zxA-6p-xGZ"/>
176176
</constraints>
@@ -200,14 +200,14 @@
200200
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
201201
<subviews>
202202
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mage_logo" translatesAutoresizingMaskIntoConstraints="NO" id="MSK-xt-87t">
203-
<rect key="frame" x="67.5" y="20" width="240" height="45"/>
203+
<rect key="frame" x="67.5" y="40" width="240" height="45"/>
204204
<constraints>
205205
<constraint firstAttribute="width" constant="240" id="PjB-Oc-CAD"/>
206206
<constraint firstAttribute="height" constant="45" id="Q3p-mE-0TR"/>
207207
</constraints>
208208
</imageView>
209209
<containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="klm-jf-fQG">
210-
<rect key="frame" x="0.0" y="85" width="375" height="533"/>
210+
<rect key="frame" x="0.0" y="105" width="375" height="513"/>
211211
<connections>
212212
<segue destination="FgL-Dh-HFG" kind="embed" id="zeU-nY-dGI"/>
213213
</connections>
@@ -235,7 +235,7 @@
235235
<color key="backgroundColor" red="0.066666666669999999" green="0.3294117647" blue="0.64313725489999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
236236
<constraints>
237237
<constraint firstItem="78n-yP-Jw1" firstAttribute="top" secondItem="klm-jf-fQG" secondAttribute="bottom" constant="-1" id="0YJ-hG-kRS"/>
238-
<constraint firstItem="MSK-xt-87t" firstAttribute="top" secondItem="NFA-Aq-HMw" secondAttribute="bottom" id="5qL-iu-e72"/>
238+
<constraint firstItem="MSK-xt-87t" firstAttribute="top" secondItem="NFA-Aq-HMw" secondAttribute="bottom" constant="20" id="5qL-iu-e72"/>
239239
<constraint firstItem="vZa-Ve-0hP" firstAttribute="centerX" secondItem="2Ic-l5-ul4" secondAttribute="centerX" id="L6H-LD-KoC"/>
240240
<constraint firstAttribute="trailing" secondItem="78n-yP-Jw1" secondAttribute="trailing" id="QlX-B7-Mkv"/>
241241
<constraint firstItem="klm-jf-fQG" firstAttribute="leading" secondItem="2Ic-l5-ul4" secondAttribute="leading" id="SJ7-jz-yGX"/>
@@ -261,7 +261,7 @@
261261
<objects>
262262
<tableViewController id="FgL-Dh-HFG" customClass="LoginTableViewController" sceneMemberID="viewController">
263263
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="plain" separatorStyle="none" allowsSelection="NO" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="ZGx-0p-g3O">
264-
<rect key="frame" x="0.0" y="0.0" width="375" height="533"/>
264+
<rect key="frame" x="0.0" y="0.0" width="375" height="513"/>
265265
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
266266
<color key="backgroundColor" red="0.066666666669999999" green="0.3294117647" blue="0.64313725489999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
267267
<sections>
@@ -1198,8 +1198,8 @@
11981198
<image name="mage_logo" width="331" height="82"/>
11991199
</resources>
12001200
<inferredMetricsTieBreakers>
1201-
<segue reference="QDp-Db-7H5"/>
1202-
<segue reference="h1z-Q6-YaZ"/>
12031201
<segue reference="HoK-QE-1BH"/>
1202+
<segue reference="h1z-Q6-YaZ"/>
1203+
<segue reference="Spm-dy-8Ns"/>
12041204
</inferredMetricsTieBreakers>
12051205
</document>

0 commit comments

Comments
 (0)