Browse Source

changed home ui

pull/1/head
InKwon James Kim 5 years ago
parent
commit
b6acee20d5
  1. 29
      GME Remit/Modules/Home/User Interface/View/Cell/HomeRemainingLimitTableViewCell.swift
  2. 189
      GME Remit/Modules/Home/User Interface/View/Home.storyboard

29
GME Remit/Modules/Home/User Interface/View/Cell/HomeRemainingLimitTableViewCell.swift

@ -25,7 +25,7 @@ class HomeRemainingLimitTableViewCell: UITableViewCell {
@IBOutlet weak var rewardTapGesture: UITapGestureRecognizer! @IBOutlet weak var rewardTapGesture: UITapGestureRecognizer!
@IBOutlet weak var withdrawButton: UIButton!
// @IBOutlet weak var withdrawButton: UIButton!
@IBOutlet weak var walletNumberTitleLabel: UILabel! @IBOutlet weak var walletNumberTitleLabel: UILabel!
@IBOutlet weak var walletNumberLabel: UILabel! @IBOutlet weak var walletNumberLabel: UILabel!
@IBOutlet weak var walletBankCodeLabel: UILabel! @IBOutlet weak var walletBankCodeLabel: UILabel!
@ -67,8 +67,7 @@ class HomeRemainingLimitTableViewCell: UITableViewCell {
walletNumberLabel.text = GMEDB.shared.user.string(.walletNumber) walletNumberLabel.text = GMEDB.shared.user.string(.walletNumber)
walletBankCodeLabel.text = GMEDB.shared.user.string(.primaryBankName) walletBankCodeLabel.text = GMEDB.shared.user.string(.primaryBankName)
withdrawButtonInit()
//withdrawButtonInit()
} }
@objc @objc
@ -81,7 +80,7 @@ class HomeRemainingLimitTableViewCell: UITableViewCell {
} }
private func configureText() { private func configureText() {
self.balaceTitleLabel.text = "available_balance_text".localized()
// self.balaceTitleLabel.text = "available_balance_text".localized()
pointTitleLabel.text = "reward_points_text".localized() pointTitleLabel.text = "reward_points_text".localized()
} }
@ -96,17 +95,17 @@ class HomeRemainingLimitTableViewCell: UITableViewCell {
} }
private func withdrawButtonInit() { private func withdrawButtonInit() {
withdrawButton.setTitle("withdraw_text".localized(), for: UIControl.State.normal)
let shouldShowWithdrawButton = Utility.pennyTestVerified() && Utility.isVerifiedUser()
withdrawButton.isHidden = !shouldShowWithdrawButton
withdrawButton.titleLabel?.adjustsFontSizeToFitWidth(true, scale: 0.5)
withdrawButton.layer.shadowColor = UIColor.darkGray.cgColor
withdrawButton.layer.shadowOpacity = 0.5
withdrawButton.layer.shadowRadius = 2
let offset = CGSize(width: 1, height: 1)
withdrawButton.layer.shadowOffset = offset
// withdrawButton.setTitle("withdraw_text".localized(), for: UIControl.State.normal)
// let shouldShowWithdrawButton = Utility.pennyTestVerified() && Utility.isVerifiedUser()
//
// withdrawButton.isHidden = !shouldShowWithdrawButton
// withdrawButton.titleLabel?.adjustsFontSizeToFitWidth(true, scale: 0.5)
// withdrawButton.layer.shadowColor = UIColor.darkGray.cgColor
// withdrawButton.layer.shadowOpacity = 0.5
// withdrawButton.layer.shadowRadius = 2
//
// let offset = CGSize(width: 1, height: 1)
// withdrawButton.layer.shadowOffset = offset
} }
@IBAction func touchWithdraw(_ sender: UIButton) { @IBAction func touchWithdraw(_ sender: UIButton) {

189
GME Remit/Modules/Home/User Interface/View/Home.storyboard

@ -1,6 +1,6 @@
<?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="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ezt-uK-zb8"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ezt-uK-zb8">
<device id="retina4_0" orientation="portrait" appearance="light"/>
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
@ -28,11 +28,11 @@
<objects> <objects>
<viewController storyboardIdentifier="HomeViewController" title="Home" id="HSb-ou-7T5" customClass="HomeViewController" customModule="GME_Remit" customModuleProvider="target" sceneMemberID="viewController"> <viewController storyboardIdentifier="HomeViewController" title="Home" id="HSb-ou-7T5" customClass="HomeViewController" customModule="GME_Remit" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="qRs-xH-5Fi"> <view key="view" contentMode="scaleToFill" id="qRs-xH-5Fi">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="alB-Pe-T92"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="alB-Pe-T92">
<rect key="frame" x="0.0" y="44" width="320" height="100"/>
<rect key="frame" x="0.0" y="88" width="414" height="100"/>
<subviews> <subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_home_verified" translatesAutoresizingMaskIntoConstraints="NO" id="UD8-ap-8xD"> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_home_verified" translatesAutoresizingMaskIntoConstraints="NO" id="UD8-ap-8xD">
<rect key="frame" x="24" y="14" width="67" height="72"/> <rect key="frame" x="24" y="14" width="67" height="72"/>
@ -42,7 +42,7 @@
</constraints> </constraints>
</imageView> </imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Thank you for registering with us!" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="pcY-xj-hQb"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Thank you for registering with us!" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="pcY-xj-hQb">
<rect key="frame" x="103" y="20" width="193" height="15"/>
<rect key="frame" x="103" y="20" width="287" height="15"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="15" id="75Z-As-Aj4"/> <constraint firstAttribute="height" constant="15" id="75Z-As-Aj4"/>
</constraints> </constraints>
@ -51,13 +51,13 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Your document is in verification process. This will not take long. Thereafter you can enjoy GME online service." lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="8" translatesAutoresizingMaskIntoConstraints="NO" id="rwJ-pQ-p9z"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Your document is in verification process. This will not take long. Thereafter you can enjoy GME online service." lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="8" translatesAutoresizingMaskIntoConstraints="NO" id="rwJ-pQ-p9z">
<rect key="frame" x="103" y="43" width="193" height="36"/>
<rect key="frame" x="103" y="43" width="287" height="24"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="10"/> <fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="10"/>
<color key="textColor" name="ThemeText"/> <color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="17X-fv-KyB" userLabel="Seperator"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="17X-fv-KyB" userLabel="Seperator">
<rect key="frame" x="0.0" y="99.5" width="320" height="0.5"/>
<rect key="frame" x="0.0" y="99.5" width="414" height="0.5"/>
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="0.5" id="bf7-EA-sF4"/> <constraint firstAttribute="height" constant="0.5" id="bf7-EA-sF4"/>
@ -85,102 +85,30 @@
</connections> </connections>
</view> </view>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="wXh-zk-jWw"> <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="wXh-zk-jWw">
<rect key="frame" x="0.0" y="144" width="320" height="375"/>
<rect key="frame" x="0.0" y="188" width="414" height="625"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<prototypes> <prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="HomeRemainingLimitTableViewCell" id="rcn-u6-1gx" customClass="HomeRemainingLimitTableViewCell" customModule="GME_Remit" customModuleProvider="target"> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="HomeRemainingLimitTableViewCell" id="rcn-u6-1gx" customClass="HomeRemainingLimitTableViewCell" customModule="GME_Remit" customModuleProvider="target">
<rect key="frame" x="0.0" y="28" width="320" height="148"/>
<rect key="frame" x="0.0" y="28" width="414" height="123"/>
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="rcn-u6-1gx" id="ekT-Zr-ohe"> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="rcn-u6-1gx" id="ekT-Zr-ohe">
<rect key="frame" x="0.0" y="0.0" width="320" height="148"/>
<rect key="frame" x="0.0" y="0.0" width="414" height="123"/>
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="A2Y-eS-2d3"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="A2Y-eS-2d3">
<rect key="frame" x="0.0" y="0.0" width="320" height="148"/>
<rect key="frame" x="0.0" y="0.0" width="414" height="123"/>
<subviews> <subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="wLs-Rj-kxu"> <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="wLs-Rj-kxu">
<rect key="frame" x="10" y="10" width="300" height="128"/>
<rect key="frame" x="20" y="10" width="374" height="103"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ygG-SQ-Cxm">
<rect key="frame" x="0.0" y="0.0" width="300" height="50"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="Jmt-aO-JQu">
<rect key="frame" x="90.5" y="0.0" width="119.5" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="254" verticalHuggingPriority="251" text="Available Balance" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="q5T-Xf-a5s">
<rect key="frame" x="0.0" y="0.0" width="119.5" height="25"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="bhr-ET-rTG"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="15"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Ofo-oE-AGa">
<rect key="frame" x="94.5" y="25" width="111" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="87473839" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="8Bf-q6-azV">
<rect key="frame" x="0.0" y="2.5" width="73.5" height="20.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="17"/>
<color key="textColor" name="ThemeRed"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KRW" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XTv-9z-6sB">
<rect key="frame" x="75.5" y="2.5" width="35.5" height="20.5"/>
<constraints>
<constraint firstAttribute="width" constant="35.329999999999998" id="BvD-78-zl2"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="17"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstAttribute="height" constant="25" id="TiV-Vg-iuC"/>
</constraints>
</stackView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Twf-bj-14O">
<rect key="frame" x="210.5" y="27.5" width="71" height="20.5"/>
<color key="backgroundColor" name="ThemeSubBackground"/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="71" id="6NG-mv-5cu"/>
<constraint firstAttribute="height" constant="20.5" id="PCL-Ce-srz"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<state key="normal" title="withraw">
<color key="titleColor" name="ThemeText"/>
</state>
<connections>
<action selector="touchWithdraw:" destination="rcn-u6-1gx" eventType="touchUpInside" id="xuZ-3U-giY"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<constraints>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Ofo-oE-AGa" secondAttribute="trailing" constant="10" id="1QH-dX-rcQ"/>
<constraint firstItem="Jmt-aO-JQu" firstAttribute="centerX" secondItem="ygG-SQ-Cxm" secondAttribute="centerX" id="2cy-f1-zvo"/>
<constraint firstItem="Jmt-aO-JQu" firstAttribute="top" secondItem="ygG-SQ-Cxm" secondAttribute="top" id="5OL-29-DKs"/>
<constraint firstItem="Jmt-aO-JQu" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="ygG-SQ-Cxm" secondAttribute="leading" constant="10" id="HOv-P1-aRX"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Twf-bj-14O" secondAttribute="trailing" constant="5" id="UcT-hz-zRg"/>
<constraint firstAttribute="bottom" secondItem="Ofo-oE-AGa" secondAttribute="bottom" id="VRI-Gl-4LM"/>
<constraint firstItem="Twf-bj-14O" firstAttribute="centerY" secondItem="Ofo-oE-AGa" secondAttribute="centerY" id="ZNS-a2-n8H"/>
<constraint firstItem="Ofo-oE-AGa" firstAttribute="top" secondItem="Jmt-aO-JQu" secondAttribute="bottom" id="atf-cu-4Us"/>
<constraint firstItem="Ofo-oE-AGa" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="ygG-SQ-Cxm" secondAttribute="leading" constant="10" id="gmn-J7-8HV"/>
<constraint firstItem="Twf-bj-14O" firstAttribute="leading" secondItem="Ofo-oE-AGa" secondAttribute="trailing" constant="5" id="hFT-Yy-qg9"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Jmt-aO-JQu" secondAttribute="trailing" constant="10" id="qYT-T5-xy1"/>
<constraint firstItem="Ofo-oE-AGa" firstAttribute="centerX" secondItem="ygG-SQ-Cxm" secondAttribute="centerX" id="yrv-97-mJb"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4Vc-l5-gV6"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4Vc-l5-gV6">
<rect key="frame" x="0.0" y="55" width="300" height="41"/>
<rect key="frame" x="0.0" y="0.0" width="374" height="41"/>
<subviews> <subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="4RV-zr-BOs"> <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="4RV-zr-BOs">
<rect key="frame" x="0.0" y="0.0" width="300" height="41"/>
<rect key="frame" x="0.0" y="0.0" width="374" height="41"/>
<subviews> <subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="3" translatesAutoresizingMaskIntoConstraints="NO" id="eNC-6n-n0c"> <stackView opaque="NO" contentMode="scaleToFill" spacing="3" translatesAutoresizingMaskIntoConstraints="NO" id="eNC-6n-n0c">
<rect key="frame" x="99.5" y="0.0" width="101" height="20.5"/>
<rect key="frame" x="136.5" y="0.0" width="101" height="20.5"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="253" verticalHuggingPriority="251" text="GME Wallet No." textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nSi-uY-iJl"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="253" verticalHuggingPriority="251" text="GME Wallet No." textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nSi-uY-iJl">
<rect key="frame" x="0.0" y="0.0" width="101" height="20.5"/> <rect key="frame" x="0.0" y="0.0" width="101" height="20.5"/>
@ -191,7 +119,7 @@
</subviews> </subviews>
</stackView> </stackView>
<stackView opaque="NO" contentMode="scaleToFill" spacing="3" translatesAutoresizingMaskIntoConstraints="NO" id="90e-W4-mjA"> <stackView opaque="NO" contentMode="scaleToFill" spacing="3" translatesAutoresizingMaskIntoConstraints="NO" id="90e-W4-mjA">
<rect key="frame" x="33" y="20.5" width="234" height="20.5"/>
<rect key="frame" x="70" y="20.5" width="234" height="20.5"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="249" verticalHuggingPriority="249" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dDR-KK-hgo"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="249" verticalHuggingPriority="249" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dDR-KK-hgo">
<rect key="frame" x="0.0" y="0.0" width="10" height="20.5"/> <rect key="frame" x="0.0" y="0.0" width="10" height="20.5"/>
@ -203,8 +131,14 @@
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1098230192831902" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Pw5-pe-eIc">
<rect key="frame" x="13" y="0.0" width="116" height="20.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<color key="textColor" name="ThemeRed"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KwangJu Bank(034)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kze-MP-8kA"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KwangJu Bank(034)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kze-MP-8kA">
<rect key="frame" x="13" y="0.0" width="102" height="20.5"/>
<rect key="frame" x="132" y="0.0" width="102" height="20.5"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="20.5" id="0ag-P2-5Tf"/> <constraint firstAttribute="height" constant="20.5" id="0ag-P2-5Tf"/>
</constraints> </constraints>
@ -212,12 +146,6 @@
<color key="textColor" name="ThemeText"/> <color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1098230192831902" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="Pw5-pe-eIc">
<rect key="frame" x="118" y="0.0" width="116" height="20.5"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<color key="textColor" name="ThemeRed"/>
<nil key="highlightedColor"/>
</label>
</subviews> </subviews>
</stackView> </stackView>
</subviews> </subviews>
@ -231,21 +159,67 @@
<constraint firstAttribute="trailing" secondItem="4RV-zr-BOs" secondAttribute="trailing" id="mwp-Rg-rf7"/> <constraint firstAttribute="trailing" secondItem="4RV-zr-BOs" secondAttribute="trailing" id="mwp-Rg-rf7"/>
</constraints> </constraints>
</view> </view>
<stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="Jmt-aO-JQu">
<rect key="frame" x="0.0" y="46" width="374" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="246" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uhx-jd-34a">
<rect key="frame" x="0.0" y="0.0" width="111.5" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="254" verticalHuggingPriority="251" text="Balance :" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="q5T-Xf-a5s">
<rect key="frame" x="116.5" y="0.0" width="61.5" height="25"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="bhr-ET-rTG"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="15"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Qa6-dW-646">
<rect key="frame" x="183" y="0.0" width="74.5" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="₩" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XTv-9z-6sB">
<rect key="frame" x="0.0" y="0.0" width="14" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="261" verticalHuggingPriority="251" text="87,473,839" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8Bf-q6-azV">
<rect key="frame" x="16" y="0.0" width="58.5" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="17"/>
<color key="textColor" name="ThemeRed"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="246" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Ir-xP-Sqi">
<rect key="frame" x="262.5" y="0.0" width="111.5" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="uhx-jd-34a" firstAttribute="width" secondItem="0Ir-xP-Sqi" secondAttribute="width" id="djo-aU-luq"/>
</constraints>
</stackView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4Ze-gK-s6z"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4Ze-gK-s6z">
<rect key="frame" x="0.0" y="101" width="300" height="2"/>
<rect key="frame" x="0.0" y="76" width="374" height="2"/>
<color key="backgroundColor" name="ThemeSubBackground"/> <color key="backgroundColor" name="ThemeSubBackground"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="2" id="h7h-4F-Ddy"/> <constraint firstAttribute="height" constant="2" id="h7h-4F-Ddy"/>
</constraints> </constraints>
</view> </view>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Peb-Sn-rcC"> <stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Peb-Sn-rcC">
<rect key="frame" x="0.0" y="108" width="300" height="20"/>
<rect key="frame" x="0.0" y="83" width="374" height="20"/>
<subviews> <subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="dzi-vM-GUm"> <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="dzi-vM-GUm">
<rect key="frame" x="0.0" y="0.0" width="83" height="20"/>
<rect key="frame" x="0.0" y="0.0" width="157" height="20"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="sdfghgfd" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HSv-Iz-JvY"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="sdfghgfd" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HSv-Iz-JvY">
<rect key="frame" x="0.0" y="0.0" width="83" height="20"/>
<rect key="frame" x="0.0" y="0.0" width="157" height="20"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="15"/> <fontDescription key="fontDescription" name="SanFranciscoDisplay-Bold" family="San Francisco Display" pointSize="15"/>
<color key="textColor" name="ThemeText"/> <color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
@ -253,7 +227,7 @@
</subviews> </subviews>
</stackView> </stackView>
<view opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9M5-BJ-Q2C"> <view opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9M5-BJ-Q2C">
<rect key="frame" x="83" y="0.0" width="217" height="20"/>
<rect key="frame" x="157" y="0.0" width="217" height="20"/>
<subviews> <subviews>
<stackView opaque="NO" contentMode="scaleToFill" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="cpr-KK-Kff"> <stackView opaque="NO" contentMode="scaleToFill" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="cpr-KK-Kff">
<rect key="frame" x="0.0" y="0.0" width="217" height="20"/> <rect key="frame" x="0.0" y="0.0" width="217" height="20"/>
@ -332,8 +306,8 @@
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="wLs-Rj-kxu" secondAttribute="bottom" constant="10" id="Ser-A0-ROf"/> <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="wLs-Rj-kxu" secondAttribute="bottom" constant="10" id="Ser-A0-ROf"/>
<constraint firstItem="wLs-Rj-kxu" firstAttribute="leading" secondItem="A2Y-eS-2d3" secondAttribute="leading" constant="10" id="X51-PH-E20"/>
<constraint firstAttribute="trailing" secondItem="wLs-Rj-kxu" secondAttribute="trailing" constant="10" id="eto-qp-HU8"/>
<constraint firstItem="wLs-Rj-kxu" firstAttribute="leading" secondItem="A2Y-eS-2d3" secondAttribute="leading" constant="20" id="X51-PH-E20"/>
<constraint firstAttribute="trailing" secondItem="wLs-Rj-kxu" secondAttribute="trailing" constant="20" id="eto-qp-HU8"/>
<constraint firstItem="wLs-Rj-kxu" firstAttribute="top" secondItem="A2Y-eS-2d3" secondAttribute="top" constant="10" id="jqd-ks-cLz"/> <constraint firstItem="wLs-Rj-kxu" firstAttribute="top" secondItem="A2Y-eS-2d3" secondAttribute="top" constant="10" id="jqd-ks-cLz"/>
</constraints> </constraints>
</view> </view>
@ -358,21 +332,20 @@
<outlet property="walletBankCodeLabel" destination="kze-MP-8kA" id="gH0-dc-KNi"/> <outlet property="walletBankCodeLabel" destination="kze-MP-8kA" id="gH0-dc-KNi"/>
<outlet property="walletNumberLabel" destination="Pw5-pe-eIc" id="hj1-Wu-ivX"/> <outlet property="walletNumberLabel" destination="Pw5-pe-eIc" id="hj1-Wu-ivX"/>
<outlet property="walletNumberTitleLabel" destination="nSi-uY-iJl" id="qdg-uP-Zbc"/> <outlet property="walletNumberTitleLabel" destination="nSi-uY-iJl" id="qdg-uP-Zbc"/>
<outlet property="withdrawButton" destination="Twf-bj-14O" id="c1S-NC-Hif"/>
</connections> </connections>
</tableViewCell> </tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="HomeCollectionTableViewCell" rowHeight="250" id="va0-Yj-PKZ" userLabel="CollectionTableCell" customClass="HomeCollectionTableViewCell" customModule="GME_Remit" customModuleProvider="target"> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="HomeCollectionTableViewCell" rowHeight="250" id="va0-Yj-PKZ" userLabel="CollectionTableCell" customClass="HomeCollectionTableViewCell" customModule="GME_Remit" customModuleProvider="target">
<rect key="frame" x="0.0" y="176" width="320" height="250"/>
<rect key="frame" x="0.0" y="151" width="414" height="250"/>
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="va0-Yj-PKZ" id="UgU-Jo-DQf"> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="va0-Yj-PKZ" id="UgU-Jo-DQf">
<rect key="frame" x="0.0" y="0.0" width="320" height="250"/>
<rect key="frame" x="0.0" y="0.0" width="414" height="250"/>
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="b18-X5-UHi"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="b18-X5-UHi">
<rect key="frame" x="0.0" y="0.0" width="320" height="250"/>
<rect key="frame" x="0.0" y="0.0" width="414" height="250"/>
<subviews> <subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="cS9-wt-rNH"> <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="cS9-wt-rNH">
<rect key="frame" x="10" y="10" width="300" height="230"/>
<rect key="frame" x="10" y="10" width="394" height="230"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="0.0" id="V5P-ja-etg"> <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="0.0" id="V5P-ja-etg">
<size key="itemSize" width="170" height="173"/> <size key="itemSize" width="170" height="173"/>
@ -382,7 +355,7 @@
</collectionViewFlowLayout> </collectionViewFlowLayout>
<cells> <cells>
<collectionViewCell opaque="NO" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="HomeCollectionCollectionViewCell" id="Etq-JH-rVI" customClass="HomeCollectionCollectionViewCell" customModule="GME_Remit" customModuleProvider="target"> <collectionViewCell opaque="NO" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="HomeCollectionCollectionViewCell" id="Etq-JH-rVI" customClass="HomeCollectionCollectionViewCell" customModule="GME_Remit" customModuleProvider="target">
<rect key="frame" x="65" y="10" width="170" height="173"/>
<rect key="frame" x="10" y="10" width="170" height="173"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO"> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
<rect key="frame" x="0.0" y="0.0" width="170" height="173"/> <rect key="frame" x="0.0" y="0.0" width="170" height="173"/>
@ -544,7 +517,7 @@
<tabBarItem key="tabBarItem" title="Home" image="ic-home" id="If6-UM-LN6"/> <tabBarItem key="tabBarItem" title="Home" image="ic-home" id="If6-UM-LN6"/>
<toolbarItems/> <toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="NbY-y6-481"> <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="NbY-y6-481">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
</navigationBar> </navigationBar>
<nil name="viewControllers"/> <nil name="viewControllers"/>

Loading…
Cancel
Save