Browse Source

--amend

pull/1/head
gme_2 6 years ago
parent
commit
f3dc26cade
  1. 18
      GMERemittance/Module/ExchangeRate.storyboard

18
GMERemittance/Module/ExchangeRate.storyboard

@ -129,24 +129,24 @@
<constraint firstAttribute="height" constant="135" id="h6n-X9-VQv"/>
</constraints>
<collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="cQd-4Z-GgM">
<size key="itemSize" width="135" height="135"/>
<size key="itemSize" width="115" height="115"/>
<size key="headerReferenceSize" width="0.0" height="0.0"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="10" minY="0.0" maxX="10" maxY="0.0"/>
</collectionViewFlowLayout>
<cells>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" misplaced="YES" reuseIdentifier="ExchangeRateCollectionViewCell" id="jZY-fu-rHF" customClass="ExchangeRateCollectionViewCell" customModule="GMERemittance" customModuleProvider="target">
<rect key="frame" x="10" y="0.0" width="135" height="135"/>
<rect key="frame" x="10" y="10" width="115" height="115"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
<rect key="frame" x="0.0" y="0.0" width="135" height="135"/>
<rect key="frame" x="0.0" y="0.0" width="115" height="115"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DWE-i9-G7W">
<rect key="frame" x="0.0" y="0.0" width="135" height="135"/>
<rect key="frame" x="0.0" y="0.0" width="115" height="115"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_bank" translatesAutoresizingMaskIntoConstraints="NO" id="gEk-vm-2QU">
<rect key="frame" x="25.5" y="20" width="84" height="80"/>
<rect key="frame" x="15.5" y="8" width="84" height="80"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="80" id="4im-4M-BXh"/>
@ -154,7 +154,7 @@
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Cash Payments" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="65v-Oa-vur">
<rect key="frame" x="0.0" y="105" width="135" height="14.5"/>
<rect key="frame" x="0.0" y="93" width="115" height="14.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
@ -162,11 +162,11 @@
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="gEk-vm-2QU" firstAttribute="top" secondItem="DWE-i9-G7W" secondAttribute="top" constant="20" id="0U0-Q3-Eme"/>
<constraint firstItem="gEk-vm-2QU" firstAttribute="top" secondItem="DWE-i9-G7W" secondAttribute="top" constant="8" id="0U0-Q3-Eme"/>
<constraint firstItem="65v-Oa-vur" firstAttribute="top" secondItem="gEk-vm-2QU" secondAttribute="bottom" constant="5" id="4SJ-jQ-2od"/>
<constraint firstAttribute="trailing" secondItem="65v-Oa-vur" secondAttribute="trailing" id="S9B-Zw-RZA"/>
<constraint firstItem="gEk-vm-2QU" firstAttribute="centerX" secondItem="DWE-i9-G7W" secondAttribute="centerX" id="aqq-bL-KpH"/>
<constraint firstAttribute="height" constant="135" id="juq-MF-X36"/>
<constraint firstAttribute="height" constant="115" id="juq-MF-X36"/>
<constraint firstItem="65v-Oa-vur" firstAttribute="leading" secondItem="DWE-i9-G7W" secondAttribute="leading" id="ouu-Ai-63u"/>
</constraints>
</view>
@ -178,7 +178,7 @@
<constraint firstAttribute="bottom" secondItem="DWE-i9-G7W" secondAttribute="bottom" id="eNa-s9-rys"/>
<constraint firstItem="DWE-i9-G7W" firstAttribute="leading" secondItem="jZY-fu-rHF" secondAttribute="leading" id="hto-rj-uES"/>
</constraints>
<size key="customSize" width="135" height="135"/>
<size key="customSize" width="115" height="115"/>
<connections>
<outlet property="backgroundview" destination="DWE-i9-G7W" id="Pze-jc-6YI"/>
<outlet property="imageview" destination="gEk-vm-2QU" id="uaw-gN-HFb"/>

Loading…
Cancel
Save