Browse Source

hiddengst

pull/1/head
gme_2 6 years ago
parent
commit
e9c3614d36
  1. 4
      GMERemittance/Module/Cell/GmeContactsTableViewCell.swift
  2. 4
      GMERemittance/Module/GmeContacts/User Interface/View/GmeContacts.storyboard
  3. 264
      GMERemittance/_Home/_Home.storyboard

4
GMERemittance/Module/Cell/GmeContactsTableViewCell.swift

@ -37,7 +37,9 @@ class GmeContactsTableViewCell: UITableViewCell {
if var number = self.contact?.contactNumber { if var number = self.contact?.contactNumber {
number = number.removeWhitespacesInBetween() number = number.removeWhitespacesInBetween()
if let url = URL(string: "tel://\(number)") { if let url = URL(string: "tel://\(number)") {
UIApplication.shared.openURL(url)
if UIApplication.shared.canOpenURL(url) {
UIApplication.shared.openURL(url)
}
} }
} }
} }

4
GMERemittance/Module/GmeContacts/User Interface/View/GmeContacts.storyboard

@ -131,7 +131,7 @@ Wongogdong Jung-Angdaero 445 Wongogdong Jung-Angdaero 445</string>
</button> </button>
</subviews> </subviews>
</stackView> </stackView>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="NYh-Hc-EAK">
<stackView hidden="YES" opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="NYh-Hc-EAK">
<rect key="frame" x="160" y="1" width="145" height="28"/> <rect key="frame" x="160" y="1" width="145" height="28"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yQw-F8-dJI"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yQw-F8-dJI">
@ -167,7 +167,7 @@ Wongogdong Jung-Angdaero 445 Wongogdong Jung-Angdaero 445</string>
</stackView> </stackView>
</subviews> </subviews>
</stackView> </stackView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2Tw-xe-1vX">
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2Tw-xe-1vX">
<rect key="frame" x="157" y="0.0" width="1" height="30"/> <rect key="frame" x="157" y="0.0" width="1" height="30"/>
<color key="backgroundColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="0.49100462147887325" colorSpace="calibratedRGB"/> <color key="backgroundColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="0.49100462147887325" colorSpace="calibratedRGB"/>
<constraints> <constraints>

264
GMERemittance/_Home/_Home.storyboard

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="8fJ-Pa-ik8">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="8fJ-Pa-ik8">
<device id="retina4_7" orientation="portrait"> <device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/> <adaptation id="fullscreen"/>
</device> </device>
@ -1155,10 +1155,10 @@
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8WZ-lQ-Im6" userLabel="LoadMoreView"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8WZ-lQ-Im6" userLabel="LoadMoreView">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="44.5"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7wo-T4-XhL"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7wo-T4-XhL">
<rect key="frame" x="155.5" y="8" width="63" height="29"/>
<rect key="frame" x="155.5" y="8.5" width="63" height="29"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/> <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<state key="normal" title="Load More"/> <state key="normal" title="Load More"/>
<connections> <connections>
@ -1555,141 +1555,155 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nsx-vg-leO">
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" translatesAutoresizingMaskIntoConstraints="NO" id="aCO-XK-hLy">
<rect key="frame" x="0.0" y="64" width="375" height="603"/> <rect key="frame" x="0.0" y="64" width="375" height="603"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="r2N-Br-Xar">
<rect key="frame" x="0.0" y="0.0" width="375" height="116"/>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nsx-vg-leO">
<rect key="frame" x="0.0" y="0.0" width="375" height="603"/>
<subviews> <subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="splash_logo" translatesAutoresizingMaskIntoConstraints="NO" id="Nw0-ef-M2X">
<rect key="frame" x="104" y="16" width="166" height="47"/>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="r2N-Br-Xar">
<rect key="frame" x="0.0" y="0.0" width="375" height="116"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="splash_logo" translatesAutoresizingMaskIntoConstraints="NO" id="Nw0-ef-M2X">
<rect key="frame" x="104" y="16" width="166" height="47"/>
</imageView>
</subviews>
<color key="backgroundColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="Nw0-ef-M2X" firstAttribute="centerX" secondItem="r2N-Br-Xar" secondAttribute="centerX" id="NUi-ZU-40X"/>
<constraint firstAttribute="height" constant="116" id="Slm-hx-Uof"/>
<constraint firstItem="Nw0-ef-M2X" firstAttribute="top" secondItem="r2N-Br-Xar" secondAttribute="top" constant="16.100000000000001" id="mZx-K5-0oo"/>
</constraints>
</view>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="settingsLogo" translatesAutoresizingMaskIntoConstraints="NO" id="1e6-Hz-Mhm">
<rect key="frame" x="105" y="148.5" width="164" height="69"/>
</imageView> </imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yzM-dm-RaX">
<rect key="frame" x="34" y="245.5" width="307" height="129"/>
<string key="text">We are licensed by Ministry of Strategy &amp; Finance to operate as the first Non-Bank Remittance Service providers in South Korea. Meeting all compliance regulations set forward by the regulators was a tough journey but today we feel proud about what we have achieved and how robust our operations are as a result of the hard work completed earlier. We are now ready with a 100% compliant and secured system that guarantees your money will arrive safely in right hands every single time.</string>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="U5C-wr-wOP" userLabel="Border">
<rect key="frame" x="0.0" y="395" width="375" height="0.5"/>
<color key="backgroundColor" red="0.78431372549019607" green="0.7803921568627451" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="fjE-Zn-57C"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="App Version" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hwz-3v-OeA">
<rect key="frame" x="34" y="408.5" width="84" height="14"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="12"/>
<color key="textColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1.0.1" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QUF-Ty-ZUz">
<rect key="frame" x="34" y="429.5" width="84" height="14"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iGc-ym-o0t" userLabel="Border">
<rect key="frame" x="0.0" y="467" width="375" height="0.5"/>
<color key="backgroundColor" red="0.7843137255" green="0.78039215689999997" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="0.5" id="Hsd-YX-SlO"/>
<constraint firstAttribute="height" constant="0.5" id="ZKI-Xb-C82"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Follow us on" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gLa-zv-E4X">
<rect key="frame" x="34" y="478.5" width="84" height="14"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="12"/>
<color key="textColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mGa-9R-111">
<rect key="frame" x="240" y="426.5" width="117" height="25"/>
<color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="OXu-a3-lux"/>
<constraint firstAttribute="width" constant="117" id="PXM-XV-vSH"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<state key="normal" title="Check for update">
<color key="titleColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
</state>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<integer key="value" value="10"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
<connections>
<action selector="checkForUpdate:" destination="klE-Na-LMr" eventType="touchUpInside" id="pe2-XG-hAG"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6s2-2Y-UWG">
<rect key="frame" x="34" y="503.5" width="25" height="25"/>
<state key="normal" image="settingsFacebook"/>
<connections>
<action selector="openFacebook:" destination="klE-Na-LMr" eventType="touchUpInside" id="9VB-y9-tAE"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="D1w-nM-BV3">
<rect key="frame" x="65.5" y="503.5" width="25" height="25"/>
<state key="normal" image="settingsLinkedin"/>
<connections>
<action selector="openLinkedIn:" destination="klE-Na-LMr" eventType="touchUpInside" id="ZLa-M4-Ed4"/>
</connections>
</button>
</subviews> </subviews>
<color key="backgroundColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="Nw0-ef-M2X" firstAttribute="centerX" secondItem="r2N-Br-Xar" secondAttribute="centerX" id="NUi-ZU-40X"/>
<constraint firstAttribute="height" constant="116" id="Slm-hx-Uof"/>
<constraint firstItem="Nw0-ef-M2X" firstAttribute="top" secondItem="r2N-Br-Xar" secondAttribute="top" constant="16.100000000000001" id="mZx-K5-0oo"/>
</constraints>
</view>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="settingsLogo" translatesAutoresizingMaskIntoConstraints="NO" id="1e6-Hz-Mhm">
<rect key="frame" x="105" y="148.5" width="164" height="69"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yzM-dm-RaX">
<rect key="frame" x="34" y="245.5" width="307" height="129"/>
<string key="text">We are licensed by Ministry of Strategy &amp; Finance to operate as the first Non-Bank Remittance Service providers in South Korea. Meeting all compliance regulations set forward by the regulators was a tough journey but today we feel proud about what we have achieved and how robust our operations are as a result of the hard work completed earlier. We are now ready with a 100% compliant and secured system that guarantees your money will arrive safely in right hands every single time.</string>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="U5C-wr-wOP" userLabel="Border">
<rect key="frame" x="0.0" y="395" width="375" height="0.5"/>
<color key="backgroundColor" red="0.78431372549019607" green="0.7803921568627451" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="fjE-Zn-57C"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="App Version" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hwz-3v-OeA">
<rect key="frame" x="34" y="408.5" width="84" height="14"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="12"/>
<color key="textColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1.0.1" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QUF-Ty-ZUz">
<rect key="frame" x="34" y="429.5" width="84" height="14"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<color key="textColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iGc-ym-o0t" userLabel="Border">
<rect key="frame" x="0.0" y="467" width="375" height="0.5"/>
<color key="backgroundColor" red="0.7843137255" green="0.78039215689999997" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints> <constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="0.5" id="Hsd-YX-SlO"/>
<constraint firstAttribute="height" constant="0.5" id="ZKI-Xb-C82"/>
<constraint firstItem="D1w-nM-BV3" firstAttribute="top" secondItem="gLa-zv-E4X" secondAttribute="bottom" constant="11" id="0VC-nY-hPg"/>
<constraint firstItem="hwz-3v-OeA" firstAttribute="top" secondItem="U5C-wr-wOP" secondAttribute="bottom" constant="13" id="2Wg-mI-yCD"/>
<constraint firstItem="iGc-ym-o0t" firstAttribute="top" secondItem="mGa-9R-111" secondAttribute="bottom" constant="15.5" id="3De-Gb-jNG"/>
<constraint firstAttribute="trailing" secondItem="mGa-9R-111" secondAttribute="trailing" constant="18" id="9jV-h0-XPM"/>
<constraint firstItem="mGa-9R-111" firstAttribute="top" secondItem="U5C-wr-wOP" secondAttribute="bottom" constant="31" id="Aqz-X3-9HD"/>
<constraint firstItem="gLa-zv-E4X" firstAttribute="top" secondItem="iGc-ym-o0t" secondAttribute="bottom" constant="11" id="B62-Xb-iQW"/>
<constraint firstAttribute="trailing" secondItem="yzM-dm-RaX" secondAttribute="trailing" constant="34" id="D68-uf-xSr"/>
<constraint firstAttribute="trailing" secondItem="r2N-Br-Xar" secondAttribute="trailing" id="GzH-om-5Di"/>
<constraint firstItem="U5C-wr-wOP" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" id="HBQ-XO-cOL"/>
<constraint firstAttribute="trailing" secondItem="hwz-3v-OeA" secondAttribute="trailing" constant="257" id="JH8-ef-uAh"/>
<constraint firstItem="6s2-2Y-UWG" firstAttribute="top" secondItem="gLa-zv-E4X" secondAttribute="bottom" constant="11" id="K9c-nY-8sR"/>
<constraint firstItem="QUF-Ty-ZUz" firstAttribute="top" secondItem="hwz-3v-OeA" secondAttribute="bottom" constant="7" id="RTN-bw-pCX"/>
<constraint firstAttribute="trailing" secondItem="iGc-ym-o0t" secondAttribute="trailing" id="RWg-Es-kyN"/>
<constraint firstItem="1e6-Hz-Mhm" firstAttribute="centerX" secondItem="Nsx-vg-leO" secondAttribute="centerX" id="RaI-qY-ftW"/>
<constraint firstItem="D1w-nM-BV3" firstAttribute="leading" secondItem="6s2-2Y-UWG" secondAttribute="trailing" constant="6.5" id="Wko-1Q-9DJ"/>
<constraint firstItem="6s2-2Y-UWG" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" constant="34" id="X3U-y0-E2x"/>
<constraint firstItem="yzM-dm-RaX" firstAttribute="top" secondItem="1e6-Hz-Mhm" secondAttribute="bottom" constant="28.199999999999999" id="XXz-qK-jbP"/>
<constraint firstItem="iGc-ym-o0t" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" id="Xnh-Qq-gee"/>
<constraint firstAttribute="trailing" secondItem="U5C-wr-wOP" secondAttribute="trailing" id="eHb-FQ-0ex"/>
<constraint firstItem="r2N-Br-Xar" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" id="f8w-Ng-ehm"/>
<constraint firstItem="1e6-Hz-Mhm" firstAttribute="top" secondItem="r2N-Br-Xar" secondAttribute="bottom" constant="32.299999999999997" id="hjx-dE-arY"/>
<constraint firstItem="r2N-Br-Xar" firstAttribute="top" secondItem="Nsx-vg-leO" secondAttribute="top" id="nbk-lX-rji"/>
<constraint firstItem="yzM-dm-RaX" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" constant="34" id="sSc-lM-bms"/>
<constraint firstItem="QUF-Ty-ZUz" firstAttribute="trailing" secondItem="hwz-3v-OeA" secondAttribute="trailing" id="sW2-Sy-yCn"/>
<constraint firstAttribute="trailing" secondItem="gLa-zv-E4X" secondAttribute="trailing" constant="257" id="wl9-g4-iHT"/>
<constraint firstItem="U5C-wr-wOP" firstAttribute="top" secondItem="yzM-dm-RaX" secondAttribute="bottom" constant="20.5" id="wyE-C2-uz1"/>
<constraint firstItem="QUF-Ty-ZUz" firstAttribute="leading" secondItem="hwz-3v-OeA" secondAttribute="leading" id="yVQ-Ar-qca"/>
<constraint firstItem="gLa-zv-E4X" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" constant="34" id="yl2-2D-Ya0"/>
<constraint firstItem="hwz-3v-OeA" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" constant="34" id="zX4-bv-ulU"/>
</constraints> </constraints>
</view> </view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Follow us on" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gLa-zv-E4X">
<rect key="frame" x="34" y="478.5" width="84" height="14"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="12"/>
<color key="textColor" red="0.92549019607843142" green="0.10980392156862745" blue="0.14117647058823529" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mGa-9R-111">
<rect key="frame" x="240" y="426.5" width="117" height="25"/>
<color key="backgroundColor" red="0.90588235294117647" green="0.92941176470588238" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="OXu-a3-lux"/>
<constraint firstAttribute="width" constant="117" id="PXM-XV-vSH"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="12"/>
<state key="normal" title="Check for update">
<color key="titleColor" red="0.29019607843137252" green="0.29019607843137252" blue="0.29019607843137252" alpha="1" colorSpace="calibratedRGB"/>
</state>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<integer key="value" value="10"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
<connections>
<action selector="checkForUpdate:" destination="klE-Na-LMr" eventType="touchUpInside" id="pe2-XG-hAG"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6s2-2Y-UWG">
<rect key="frame" x="34" y="503.5" width="25" height="25"/>
<state key="normal" image="settingsFacebook"/>
<connections>
<action selector="openFacebook:" destination="klE-Na-LMr" eventType="touchUpInside" id="9VB-y9-tAE"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="D1w-nM-BV3">
<rect key="frame" x="65.5" y="503.5" width="25" height="25"/>
<state key="normal" image="settingsLinkedin"/>
<connections>
<action selector="openLinkedIn:" destination="klE-Na-LMr" eventType="touchUpInside" id="ZLa-M4-Ed4"/>
</connections>
</button>
</subviews> </subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints> <constraints>
<constraint firstItem="D1w-nM-BV3" firstAttribute="top" secondItem="gLa-zv-E4X" secondAttribute="bottom" constant="11" id="0VC-nY-hPg"/>
<constraint firstItem="hwz-3v-OeA" firstAttribute="top" secondItem="U5C-wr-wOP" secondAttribute="bottom" constant="13" id="2Wg-mI-yCD"/>
<constraint firstItem="iGc-ym-o0t" firstAttribute="top" secondItem="mGa-9R-111" secondAttribute="bottom" constant="15.5" id="3De-Gb-jNG"/>
<constraint firstAttribute="trailing" secondItem="mGa-9R-111" secondAttribute="trailing" constant="18" id="9jV-h0-XPM"/>
<constraint firstItem="mGa-9R-111" firstAttribute="top" secondItem="U5C-wr-wOP" secondAttribute="bottom" constant="31" id="Aqz-X3-9HD"/>
<constraint firstItem="gLa-zv-E4X" firstAttribute="top" secondItem="iGc-ym-o0t" secondAttribute="bottom" constant="11" id="B62-Xb-iQW"/>
<constraint firstAttribute="trailing" secondItem="yzM-dm-RaX" secondAttribute="trailing" constant="34" id="D68-uf-xSr"/>
<constraint firstAttribute="trailing" secondItem="r2N-Br-Xar" secondAttribute="trailing" id="GzH-om-5Di"/>
<constraint firstItem="U5C-wr-wOP" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" id="HBQ-XO-cOL"/>
<constraint firstAttribute="trailing" secondItem="hwz-3v-OeA" secondAttribute="trailing" constant="257" id="JH8-ef-uAh"/>
<constraint firstItem="6s2-2Y-UWG" firstAttribute="top" secondItem="gLa-zv-E4X" secondAttribute="bottom" constant="11" id="K9c-nY-8sR"/>
<constraint firstItem="QUF-Ty-ZUz" firstAttribute="top" secondItem="hwz-3v-OeA" secondAttribute="bottom" constant="7" id="RTN-bw-pCX"/>
<constraint firstAttribute="trailing" secondItem="iGc-ym-o0t" secondAttribute="trailing" id="RWg-Es-kyN"/>
<constraint firstItem="1e6-Hz-Mhm" firstAttribute="centerX" secondItem="Nsx-vg-leO" secondAttribute="centerX" id="RaI-qY-ftW"/>
<constraint firstItem="D1w-nM-BV3" firstAttribute="leading" secondItem="6s2-2Y-UWG" secondAttribute="trailing" constant="6.5" id="Wko-1Q-9DJ"/>
<constraint firstItem="6s2-2Y-UWG" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" constant="34" id="X3U-y0-E2x"/>
<constraint firstItem="yzM-dm-RaX" firstAttribute="top" secondItem="1e6-Hz-Mhm" secondAttribute="bottom" constant="28.199999999999999" id="XXz-qK-jbP"/>
<constraint firstItem="iGc-ym-o0t" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" id="Xnh-Qq-gee"/>
<constraint firstAttribute="trailing" secondItem="U5C-wr-wOP" secondAttribute="trailing" id="eHb-FQ-0ex"/>
<constraint firstItem="r2N-Br-Xar" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" id="f8w-Ng-ehm"/>
<constraint firstItem="1e6-Hz-Mhm" firstAttribute="top" secondItem="r2N-Br-Xar" secondAttribute="bottom" constant="32.299999999999997" id="hjx-dE-arY"/>
<constraint firstItem="r2N-Br-Xar" firstAttribute="top" secondItem="Nsx-vg-leO" secondAttribute="top" id="nbk-lX-rji"/>
<constraint firstItem="yzM-dm-RaX" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" constant="34" id="sSc-lM-bms"/>
<constraint firstItem="QUF-Ty-ZUz" firstAttribute="trailing" secondItem="hwz-3v-OeA" secondAttribute="trailing" id="sW2-Sy-yCn"/>
<constraint firstAttribute="trailing" secondItem="gLa-zv-E4X" secondAttribute="trailing" constant="257" id="wl9-g4-iHT"/>
<constraint firstItem="U5C-wr-wOP" firstAttribute="top" secondItem="yzM-dm-RaX" secondAttribute="bottom" constant="20.5" id="wyE-C2-uz1"/>
<constraint firstItem="QUF-Ty-ZUz" firstAttribute="leading" secondItem="hwz-3v-OeA" secondAttribute="leading" id="yVQ-Ar-qca"/>
<constraint firstItem="gLa-zv-E4X" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" constant="34" id="yl2-2D-Ya0"/>
<constraint firstItem="hwz-3v-OeA" firstAttribute="leading" secondItem="Nsx-vg-leO" secondAttribute="leading" constant="34" id="zX4-bv-ulU"/>
<constraint firstItem="Nsx-vg-leO" firstAttribute="leading" secondItem="aCO-XK-hLy" secondAttribute="leading" id="0ZA-Sy-41V"/>
<constraint firstAttribute="bottom" secondItem="Nsx-vg-leO" secondAttribute="bottom" id="R1H-ME-n2O"/>
<constraint firstItem="Nsx-vg-leO" firstAttribute="height" secondItem="aCO-XK-hLy" secondAttribute="height" id="Rib-SR-GhF"/>
<constraint firstAttribute="trailing" secondItem="Nsx-vg-leO" secondAttribute="trailing" id="Ttk-cg-iXv"/>
<constraint firstItem="Nsx-vg-leO" firstAttribute="top" secondItem="aCO-XK-hLy" secondAttribute="top" id="fqJ-SJ-562"/>
<constraint firstItem="Nsx-vg-leO" firstAttribute="width" secondItem="aCO-XK-hLy" secondAttribute="width" id="ztV-uf-hwj"/>
</constraints> </constraints>
</view>
</scrollView>
</subviews> </subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints> <constraints>
<constraint firstItem="5hX-ff-mE5" firstAttribute="bottom" secondItem="Nsx-vg-leO" secondAttribute="bottom" id="9Vq-C9-6X2"/>
<constraint firstItem="Nsx-vg-leO" firstAttribute="top" secondItem="5hX-ff-mE5" secondAttribute="top" id="aQg-em-cop"/>
<constraint firstItem="5hX-ff-mE5" firstAttribute="trailing" secondItem="Nsx-vg-leO" secondAttribute="trailing" id="cF5-wF-i8v"/>
<constraint firstItem="Nsx-vg-leO" firstAttribute="leading" secondItem="5hX-ff-mE5" secondAttribute="leading" id="viv-aM-Eag"/>
<constraint firstItem="aCO-XK-hLy" firstAttribute="top" secondItem="5hX-ff-mE5" secondAttribute="top" id="3ko-nl-9Vr"/>
<constraint firstItem="aCO-XK-hLy" firstAttribute="leading" secondItem="5hX-ff-mE5" secondAttribute="leading" id="kIM-M2-S1z"/>
<constraint firstItem="aCO-XK-hLy" firstAttribute="width" secondItem="dBi-kH-CVB" secondAttribute="width" id="pNO-TK-4y7"/>
<constraint firstItem="5hX-ff-mE5" firstAttribute="bottom" secondItem="aCO-XK-hLy" secondAttribute="bottom" id="ptQ-4D-o9V"/>
<constraint firstItem="5hX-ff-mE5" firstAttribute="trailing" secondItem="aCO-XK-hLy" secondAttribute="trailing" id="rF9-Df-Cwp"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="5hX-ff-mE5"/> <viewLayoutGuide key="safeArea" id="5hX-ff-mE5"/>
</view> </view>
@ -3981,7 +3995,7 @@
</navigationController> </navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="TIE-vW-b6C" userLabel="First Responder" sceneMemberID="firstResponder"/> <placeholder placeholderIdentifier="IBFirstResponder" id="TIE-vW-b6C" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects> </objects>
<point key="canvasLocation" x="3899.5" y="3171.5"/>
<point key="canvasLocation" x="3742" y="3171"/>
</scene> </scene>
</scenes> </scenes>
<resources> <resources>

Loading…
Cancel
Save