Browse Source

view refractored

pull/1/head
gme_2 6 years ago
parent
commit
777a489a36
  1. 2
      GMERemittance/Module/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRate.storyboard
  2. 22
      GMERemittance/Module/SendMoneyPaymentMode/User Interface/View/SendMoneyPaymentMode.storyboard

2
GMERemittance/Module/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRate.storyboard

@ -259,7 +259,7 @@
<constraint firstAttribute="width" constant="200" id="qyA-1P-YAH"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="18"/>
<state key="normal" title="Continue">
<state key="normal" title="Calculate">
<color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
</state>
<userDefinedRuntimeAttributes>

22
GMERemittance/Module/SendMoneyPaymentMode/User Interface/View/SendMoneyPaymentMode.storyboard

@ -37,7 +37,7 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7a0-Vr-Gxf">
<rect key="frame" x="0.0" y="0.0" width="375" height="600"/>
<rect key="frame" x="0.0" y="10" width="375" height="600"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="VSx-DH-XAq">
<rect key="frame" x="0.0" y="5" width="375" height="189"/>
@ -155,7 +155,7 @@
</constraints>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="Fbe-6n-L1t">
<rect key="frame" x="10" y="204" width="355" height="208"/>
<rect key="frame" x="10" y="204" width="355" height="248"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="mXq-Xl-S9G">
<rect key="frame" x="0.0" y="0.0" width="355" height="45"/>
@ -199,8 +199,20 @@
<constraint firstAttribute="height" constant="44" id="jdo-Q3-Jot"/>
</constraints>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="NtF-Fp-J94">
<rect key="frame" x="0.0" y="164" width="355" height="84"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zkg-Jg-50L" userLabel=" ">
<rect key="frame" x="0.0" y="0.0" width="355" height="40"/>
<constraints>
<constraint firstAttribute="height" constant="40" id="Ila-sV-PNl"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nmj-RU-jnT">
<rect key="frame" x="0.0" y="164" width="355" height="44"/>
<rect key="frame" x="0.0" y="40" width="355" height="44"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qBL-yq-Fdj">
<rect key="frame" x="0.0" y="0.0" width="70" height="44"/>
@ -240,6 +252,8 @@
</subviews>
</stackView>
</subviews>
</stackView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="Fbe-6n-L1t" secondAttribute="trailing" constant="10" id="1kM-Nj-nie"/>
@ -253,7 +267,7 @@
</view>
</subviews>
<constraints>
<constraint firstItem="7a0-Vr-Gxf" firstAttribute="top" secondItem="Bsf-zV-Yqr" secondAttribute="top" id="6Md-0L-rBQ"/>
<constraint firstItem="7a0-Vr-Gxf" firstAttribute="top" secondItem="Bsf-zV-Yqr" secondAttribute="top" constant="10" id="6Md-0L-rBQ"/>
<constraint firstItem="7a0-Vr-Gxf" firstAttribute="leading" secondItem="Bsf-zV-Yqr" secondAttribute="leading" id="FCe-hd-kj2"/>
<constraint firstAttribute="trailing" secondItem="7a0-Vr-Gxf" secondAttribute="trailing" id="LJa-Qs-FLH"/>
<constraint firstAttribute="bottom" secondItem="7a0-Vr-Gxf" secondAttribute="bottom" id="xJ4-O1-uo4"/>

Loading…
Cancel
Save