Browse Source

notice updated

pull/1/head
Dibya Malla 4 years ago
parent
commit
6735514e52
  1. 12
      GME Remit.xcodeproj/project.pbxproj
  2. 36
      GME Remit/Extensions/UIView+Ext.swift
  3. 51
      GME Remit/Models/Response/NotificationFetch.swift
  4. 2
      GME Remit/Modules/Home/User Interface/View/Cell/HomeCollectionTableViewCell.swift
  5. 4
      GME Remit/Modules/Home/User Interface/View/HomeViewController.swift
  6. 2
      GME Remit/Modules/Notice/DetailNotification/Application Logic/Model/DetailNoticeModel.swift
  7. 8
      GME Remit/Modules/Notice/DetailNotification/User Interface/View/DetailNotification.storyboard
  8. 4
      GME Remit/Modules/Notice/NotificationHistory/Application Logic/Service/NotificationHistoryService.swift
  9. 5
      GME Remit/Modules/Notice/NotificationHistory/User Interface/Presenter/NotificationHistoryPresenter.swift
  10. 4
      GME Remit/Modules/Notice/NotificationHistory/User Interface/View/NotificationHistory.storyboard
  11. 12
      GME Remit/Modules/Notice/NotificationHistory/User Interface/Wireframe/NotificationHistoryWireframe.swift
  12. 6
      GME Remit/Modules/Notice/NotificationHistory/User Interface/Wireframe/NotificationHistoryWireframeInput.swift
  13. 2
      GME Remit/Modules/Profile/Profile.storyboard
  14. 2
      GME Remit/Modules/RegisterModules/UserAuthentication/ExistingUserKyc/User Interface/View/ExistingUserKyc.storyboard
  15. 26
      GME Remit/Modules/RegisterModules/UserAuthentication/ExistingUserKyc/User Interface/View/ExistingUserKycViewController.swift
  16. 2
      GME Remit/Modules/RegisterModules/UserAuthentication/KYCVerifyStep1/User Interface/View/KYCVerifyStep1.storyboard
  17. 24
      GME Remit/Modules/RegisterModules/UserAuthentication/KYCVerifyStep1/User Interface/View/KYCVerifyStep1ViewController.swift
  18. 2
      GME Remit/Modules/RegisterModules/UserAuthentication/NewRegister/User Interface/Wireframe/NewRegisterWireframe.swift
  19. 1
      GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRate.storyboard
  20. 8
      GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRateViewController.swift
  21. 10
      GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyParent/User Interface/View/SendMoneyParent.storyboard
  22. 7
      GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift
  23. 12
      GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyReceipt/User Interface/Wireframe/SendMoneyReceiptWireframe.swift
  24. 598
      GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyVerification/User Interface/View/SendMoneyVerification.storyboard
  25. 3
      GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyVerification/User Interface/View/SendMoneyVerificationViewController.swift
  26. 12
      GME Remit/Supported Files/Assets.xcassets/ic_notice.imageset/Contents.json
  27. 1
      GME Remit/Supported Files/Assets.xcassets/ic_notice.imageset/Notice.pdf
  28. 20
      GME Remit/Utilities/CustomUI/GradientView.swift

12
GME Remit.xcodeproj/project.pbxproj

@ -55,6 +55,7 @@
405718F324D93EB40022CDDE /* VerifyIDNumberViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718E824D93EB40022CDDE /* VerifyIDNumberViewController.swift */; };
405718F424D93EB40022CDDE /* VerifyIDNumberViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718E924D93EB40022CDDE /* VerifyIDNumberViewInterface.swift */; };
405718F524D93EB40022CDDE /* VerifyIDNumber.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 405718EA24D93EB40022CDDE /* VerifyIDNumber.storyboard */; };
405E708D252BE2E50018F708 /* NotificationFetch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405E708C252BE2E50018F708 /* NotificationFetch.swift */; };
4060B97224DBBA0300E90F8C /* KYCVerifyStep1Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96124DBBA0200E90F8C /* KYCVerifyStep1Service.swift */; };
4060B97324DBBA0300E90F8C /* KYCVerifyStep1ServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96224DBBA0200E90F8C /* KYCVerifyStep1ServiceType.swift */; };
4060B97424DBBA0300E90F8C /* KYCVerifyStep1Interactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96424DBBA0200E90F8C /* KYCVerifyStep1Interactor.swift */; };
@ -68,6 +69,7 @@
4060B98124DBD22C00E90F8C /* PersonalInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B98024DBD22C00E90F8C /* PersonalInfoModel.swift */; };
406F2D8124DBE28400EF31FB /* PictureInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 406F2D8024DBE28400EF31FB /* PictureInfoModel.swift */; };
406F2D8324DBE43400EF31FB /* KYCSaveInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 406F2D8224DBE43400EF31FB /* KYCSaveInformation.swift */; };
4073BA9225295F5B0043258E /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4073BA9125295F5B0043258E /* GradientView.swift */; };
4099AF0125235C45003FA012 /* CircleBorderedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4099AF0025235C45003FA012 /* CircleBorderedView.swift */; };
40AE56352512DD8A00412B87 /* ChangePinAndPasswordViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40AE56342512DD8A00412B87 /* ChangePinAndPasswordViewController.swift */; };
40B33AA324CAF87A00AFE2AB /* ExistingUserRegistrationModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33A9024CAF87A00AFE2AB /* ExistingUserRegistrationModuleInterface.swift */; };
@ -770,6 +772,7 @@
405718E824D93EB40022CDDE /* VerifyIDNumberViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberViewController.swift; sourceTree = "<group>"; };
405718E924D93EB40022CDDE /* VerifyIDNumberViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberViewInterface.swift; sourceTree = "<group>"; };
405718EA24D93EB40022CDDE /* VerifyIDNumber.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = VerifyIDNumber.storyboard; sourceTree = "<group>"; };
405E708C252BE2E50018F708 /* NotificationFetch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationFetch.swift; sourceTree = "<group>"; };
4060B96124DBBA0200E90F8C /* KYCVerifyStep1Service.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1Service.swift; sourceTree = "<group>"; };
4060B96224DBBA0200E90F8C /* KYCVerifyStep1ServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1ServiceType.swift; sourceTree = "<group>"; };
4060B96424DBBA0200E90F8C /* KYCVerifyStep1Interactor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1Interactor.swift; sourceTree = "<group>"; };
@ -783,6 +786,7 @@
4060B98024DBD22C00E90F8C /* PersonalInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersonalInfoModel.swift; sourceTree = "<group>"; };
406F2D8024DBE28400EF31FB /* PictureInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PictureInfoModel.swift; sourceTree = "<group>"; };
406F2D8224DBE43400EF31FB /* KYCSaveInformation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KYCSaveInformation.swift; sourceTree = "<group>"; };
4073BA9125295F5B0043258E /* GradientView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientView.swift; sourceTree = "<group>"; };
4099AF0025235C45003FA012 /* CircleBorderedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircleBorderedView.swift; sourceTree = "<group>"; };
40AE56342512DD8A00412B87 /* ChangePinAndPasswordViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangePinAndPasswordViewController.swift; sourceTree = "<group>"; };
40B33A9024CAF87A00AFE2AB /* ExistingUserRegistrationModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationModuleInterface.swift; sourceTree = "<group>"; };
@ -2688,6 +2692,7 @@
733A3BA3235557E600E6B87E /* CreditCardView */,
7384B27F22CB375400DD04D9 /* GMEAlert */,
4099AF0025235C45003FA012 /* CircleBorderedView.swift */,
4073BA9125295F5B0043258E /* GradientView.swift */,
);
path = CustomUI;
sourceTree = "<group>";
@ -3207,6 +3212,7 @@
7318532C230EACA300BA9AE3 /* SendMoneyDistrictViewModel.swift */,
7318532D230EACA300BA9AE3 /* SendMoneyProvinceViewModel.swift */,
7367FF5D237401860005F644 /* PushNotificationParam.swift */,
405E708C252BE2E50018F708 /* NotificationFetch.swift */,
);
path = Response;
sourceTree = "<group>";
@ -6856,6 +6862,7 @@
89EA0D7E243EC1C5003ACCC8 /* PersonalInformationViewInterface.swift in Sources */,
73210DAA22FBE73100715D6C /* RecipientsViewModelInterface.swift in Sources */,
40B33AA324CAF87A00AFE2AB /* ExistingUserRegistrationModuleInterface.swift in Sources */,
405E708D252BE2E50018F708 /* NotificationFetch.swift in Sources */,
40218EFD24D2B1950047FBF5 /* UserRegistrationWireframeInput.swift in Sources */,
7E692A5224AF091600F10D62 /* MobileVerificationPresenter.swift in Sources */,
73157B9D22DC1EEC009B836F /* PopupNotificationService.swift in Sources */,
@ -7175,6 +7182,7 @@
7E692A7024AF190B00F10D62 /* OTPSubmitServiceType.swift in Sources */,
D92B80272140C3CB00A25B26 /* MainServiceType.swift in Sources */,
7318534F230EACA400BA9AE3 /* SendMoneyRelationViewModel.swift in Sources */,
4073BA9225295F5B0043258E /* GradientView.swift in Sources */,
73FBBF3423F243FA009D7627 /* NoticeModel.swift in Sources */,
4060B97A24DBBA0300E90F8C /* KYCVerifyStep1ViewController.swift in Sources */,
4060B97524DBBA0300E90F8C /* KYCVerifyStep1InteractorIO.swift in Sources */,
@ -7488,7 +7496,7 @@
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = XQRV22K6DC;
ENABLE_BITCODE = NO;
@ -7527,7 +7535,7 @@
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = XQRV22K6DC;
ENABLE_BITCODE = NO;

36
GME Remit/Extensions/UIView+Ext.swift

@ -433,4 +433,40 @@ extension Reactive where Base: UIView {
}
}
extension UIView{
func addArc(path: UIBezierPath, offset: CGFloat, radius: CGFloat){
var offsets: CGFloat = offset
path.addArc(withCenter: CGPoint(x: (offset + radius), y: self.frame.height),
radius: radius,
startAngle: CGFloat(180.0).toRadians(),
endAngle: CGFloat(0.0).toRadians(),
clockwise: true)
offsets += (15*2 + radius)
if offset < self.frame.width{
addArc(path: path, offset: offsets, radius: radius)
}
}
func bottomArc(){
let path = UIBezierPath()
path.move(to: CGPoint(x: 0.0, y: 0.0))
path.addLine(to: CGPoint(x: 0, y: self.frame.height))
path.addLine(to: CGPoint(x: 15, y: self.frame.height))
addArc(path: path, offset: 15.0, radius: 15)
path.addLine(to: CGPoint(x: self.frame.size.width, y: self.frame.size.height))
path.addLine(to: CGPoint(x: self.frame.size.width, y: 0))
path.close()
let shapeLayer = CAShapeLayer()
shapeLayer.path = path.cgPath
self.layer.mask = shapeLayer
}
}
extension CGFloat {
func toRadians() -> CGFloat {
return self * CGFloat(Double.pi) / 180.0
}
}

51
GME Remit/Models/Response/NotificationFetch.swift

@ -0,0 +1,51 @@
//
// NotificationFetch.swift
// GME Remit
//
// Created by Shiran on 10/6/20.
// Copyright © 2020 Gobal Money Express Co. Ltd. All rights reserved.
//
import Foundation
import ObjectMapper
class NotificationFetch: Mappable {
var errorCode: String?
var message: String?
var id: String?
var extra: String?
var data: [ResponseData]?
required init?(map: Map) {
}
func mapping(map: Map) {
errorCode <- map["ErrorCode"]
message <- map["Msg"]
id <- map["Id"]
extra <- map["Extra"]
data <- map["Data"]
}
}
class ResponseData: Mappable {
var rowId: String?
var isRead: String?
var title: String?
var createDate: String?
var type: String?
var extra: String?
required init?(map: Map) {
}
func mapping(map: Map) {
rowId <- map["rowId"]
isRead <- map["isRead"]
title <- map["title"]
createDate <- map["createDate"]
type <- map["type"]
extra <- map["extra"]
}
}

2
GME Remit/Modules/Home/User Interface/View/Cell/HomeCollectionTableViewCell.swift

@ -118,7 +118,7 @@ class HomeCollectionTableViewCell: UITableViewCell, UICollectionViewDelegateFlow
let noticeMenu = HomeCollectionModel()
noticeMenu.index = 6
noticeMenu.title = "Notice"
noticeMenu.icon = UIImage.init(named: "jme_wallet")
noticeMenu.icon = UIImage.init(named: "ic_notice")
// FIXME: Check Menues.

4
GME Remit/Modules/Home/User Interface/View/HomeViewController.swift

@ -139,7 +139,7 @@ class HomeViewController: UIViewController {
return scrollView
}()
private func addDimView(){
private func addDimView() {
self.bgView.tag = 999
self.tabBarController?.view.addSubview(self.bgView)
self.bgView.leftAnchor.constraint(equalTo: self.view.leftAnchor).isActive = true
@ -153,7 +153,7 @@ class HomeViewController: UIViewController {
}
}
private func removeDimView(){
private func removeDimView() {
if let views = self.tabBarController?.view.subviews{
for each in views{
if each.tag == 999{

2
GME Remit/Modules/Notice/DetailNotification/Application Logic/Model/DetailNoticeModel.swift

@ -22,6 +22,6 @@ struct DetailNoticeModel: Mappable {
title <- map["title"]
body <- map["body"]
date <- map["createDate"]
imageURL <- map["url"]
imageURL <- map["imageURL"]
}
}

8
GME Remit/Modules/Notice/DetailNotification/User Interface/View/DetailNotification.storyboard

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="gPa-I4-mGd">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="HSb-ou-7T5">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
@ -20,7 +20,7 @@
<!--DetailNotification-->
<scene sceneID="R60-Pu-Hpy">
<objects>
<viewController storyboardIdentifier="DetailNotificationViewController" title="DetailNotification" id="HSb-ou-7T5" customClass="DetailNotificationViewController" customModule="GME_Remit" sceneMemberID="viewController">
<viewController storyboardIdentifier="DetailNotificationViewController" title="DetailNotification" id="HSb-ou-7T5" customClass="DetailNotificationViewController" customModule="JME_Remit" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="9Uc-9s-KgO">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@ -176,10 +176,10 @@
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeSeparate">
<color red="0.82400000095367432" green="0.82400000095367432" blue="0.82400000095367432" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.82352941176470584" green="0.82352941176470584" blue="0.82352941176470584" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeText">
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.5490196078431373" green="0.58823529411764708" blue="0.62745098039215685" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

4
GME Remit/Modules/Notice/NotificationHistory/Application Logic/Service/NotificationHistoryService.swift

@ -13,7 +13,9 @@ class NotificationHistoryService: NotificationHistoryServiceType {
success: @escaping ([NoticeModel]) -> Void,
failure: @escaping (Error) -> Void
) {
APIRouter.getNotifyInfo.json(success: success, failure: failure)
APIRouter
.getNotifyInfo
.json(success: success, failure: failure)
}
}

5
GME Remit/Modules/Notice/NotificationHistory/User Interface/Presenter/NotificationHistoryPresenter.swift

@ -43,7 +43,12 @@ class NotificationHistoryPresenter: ViewModelType {
return notices[indexPath]
}
.drive(onNext: {[weak self] in
if $0.type == "0" {
self?.wireframe?.detail(index: $0.key ?? "")
} else {
self?.wireframe?.openReceipt(transactionId: $0.extra ?? "", shouldShowCancelAmmendButton: true, control: "1111111")
}
}).disposed(by: disposeBag)
return Output(

4
GME Remit/Modules/Notice/NotificationHistory/User Interface/View/NotificationHistory.storyboard

@ -169,10 +169,10 @@
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</namedColor>
<namedColor name="ThemeSeparate">
<color red="0.82400000095367432" green="0.82400000095367432" blue="0.82400000095367432" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.82352941176470584" green="0.82352941176470584" blue="0.82352941176470584" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeText">
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.5490196078431373" green="0.58823529411764708" blue="0.62745098039215685" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

12
GME Remit/Modules/Notice/NotificationHistory/User Interface/Wireframe/NotificationHistoryWireframe.swift

@ -13,7 +13,6 @@ class NotificationHistoryWireframe {
}
extension NotificationHistoryWireframe: NotificationHistoryWireframeInput {
var storyboardName: String {return "NotificationHistory"}
func getMainView() -> UIViewController {
@ -31,6 +30,17 @@ extension NotificationHistoryWireframe: NotificationHistoryWireframeInput {
return viewController
}
func openReceipt(transactionId: String, shouldShowCancelAmmendButton: Bool, control: String) {
if let navigation = self.view.navigationController {
SendMoneyReceiptWireframe().openReceiptFromNotice(
controlNo: control,
transactionId: transactionId,
shouldShowCancelAmmendButton: shouldShowCancelAmmendButton,
source: navigation
)
}
}
func detail(index: String) {
DetailNotificationWireframe().push(with: index, at: view)
}

6
GME Remit/Modules/Notice/NotificationHistory/User Interface/Wireframe/NotificationHistoryWireframeInput.swift

@ -10,4 +10,10 @@ import Foundation
protocol NotificationHistoryWireframeInput: WireframeInput {
func detail(index: String)
func openReceipt(
transactionId: String,
shouldShowCancelAmmendButton: Bool,
control: String
)
}

2
GME Remit/Modules/Profile/Profile.storyboard

@ -1148,7 +1148,7 @@
<color red="0.93300002813339233" green="0.93300002813339233" blue="0.93300002813339233" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
</namedColor>
<namedColor name="ThemeText">
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.5490196078431373" green="0.58823529411764708" blue="0.62745098039215685" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
</document>

2
GME Remit/Modules/RegisterModules/UserAuthentication/ExistingUserKyc/User Interface/View/ExistingUserKyc.storyboard

@ -735,7 +735,7 @@
<color red="0.82352941176470584" green="0.82352941176470584" blue="0.82352941176470584" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeText">
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.5490196078431373" green="0.58823529411764708" blue="0.62745098039215685" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

26
GME Remit/Modules/RegisterModules/UserAuthentication/ExistingUserKyc/User Interface/View/ExistingUserKycViewController.swift

@ -185,16 +185,8 @@ class ExistingUserKycViewController: UIViewController {
pictureSaveBttn.layer.cornerRadius = 5
frontIdButton.layer.cornerRadius = 5
frontIdButton.layer.borderWidth = 1
frontIdButton.layer.borderColor = UIColor.themeText.cgColor
backIdButton.layer.cornerRadius = 5
backIdButton.layer.borderWidth = 1
backIdButton.layer.borderColor = UIColor.themeText.cgColor
sideIdButton.layer.cornerRadius = 5
sideIdButton.layer.borderWidth = 1
sideIdButton.layer.borderColor = UIColor.themeText.cgColor
frontIDContainer.layer.cornerRadius = 12
frontIDContainer.layer.borderWidth = 1
@ -241,20 +233,20 @@ class ExistingUserKycViewController: UIViewController {
private func setUIBinding() {
frontIdButton.rx.tap.bind {[weak self] in
self?.photoType = .frontID
// self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
self?.multiMediaManager?.openCameraPicker()
self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
// self?.multiMediaManager?.openCameraPicker()
}.disposed(by: disposeBag)
backIdButton.rx.tap.bind {[weak self] in
self?.photoType = .backID
// self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
self?.multiMediaManager?.openCameraPicker()
self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
// self?.multiMediaManager?.openCameraPicker()
}.disposed(by: disposeBag)
sideIdButton.rx.tap.bind {[weak self] in
self?.photoType = .sideID
// self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
self?.multiMediaManager?.openCameraPicker()
self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
// self?.multiMediaManager?.openCameraPicker()
}.disposed(by: disposeBag)
frontIDImageTrigger
@ -286,7 +278,7 @@ class ExistingUserKycViewController: UIViewController {
}
} else {
self?.frontImageBase64.onNext(nil)
self?.frontIdButton.setImage(UIImage(named: "ic_passport_picture"), for: .normal)
self?.frontIdButton.setImage(UIImage(named: "passport_new"), for: .normal)
}
}).disposed(by: disposeBag)
@ -320,7 +312,7 @@ class ExistingUserKycViewController: UIViewController {
}
} else {
self?.backIDImageBase64.onNext(nil)
self?.backIdButton.setImage(UIImage(named: "ic_passport_picture"), for: .normal)
self?.backIdButton.setImage(UIImage(named: "passport_new"), for: .normal)
}
}).disposed(by: disposeBag)
@ -354,7 +346,7 @@ class ExistingUserKycViewController: UIViewController {
}
} else {
self?.sideIDImageBase64.onNext(nil)
self?.sideIdButton.setImage(UIImage(named: "ic_passport_picture"), for: .normal)
self?.sideIdButton.setImage(UIImage(named: "passport_new"), for: .normal)
}
}).disposed(by: disposeBag)

2
GME Remit/Modules/RegisterModules/UserAuthentication/KYCVerifyStep1/User Interface/View/KYCVerifyStep1.storyboard

@ -1108,7 +1108,7 @@
<color red="0.82352941176470584" green="0.82352941176470584" blue="0.82352941176470584" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeText">
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.5490196078431373" green="0.58823529411764708" blue="0.62745098039215685" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

24
GME Remit/Modules/RegisterModules/UserAuthentication/KYCVerifyStep1/User Interface/View/KYCVerifyStep1ViewController.swift

@ -271,38 +271,38 @@ extension KYCVerifyStep1ViewController {
frontIDImageButton.rx.tap.bind {[weak self] in
self?.photoType = .frontID
// self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
self?.multiMediaManager?.openCameraPicker()
self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
// self?.multiMediaManager?.openCameraPicker()
}.disposed(by: disposeBag)
anotherIDImageButton.rx.tap.bind {[weak self] in
self?.photoType = .anotherID
// self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
self?.multiMediaManager?.openCameraPicker()
self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
// self?.multiMediaManager?.openCameraPicker()
}.disposed(by: disposeBag)
anotherIDBackImageButton.rx.tap.bind {[weak self] in
self?.photoType = .anotherIdBack
// self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
self?.multiMediaManager?.openCameraPicker()
self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
// self?.multiMediaManager?.openCameraPicker()
}.disposed(by: disposeBag)
backIDImageButton.rx.tap.bind {[weak self] in
self?.photoType = .backID
// self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
self?.multiMediaManager?.openCameraPicker()
self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
// self?.multiMediaManager?.openCameraPicker()
}.disposed(by: disposeBag)
sideIDImageButton.rx.tap.bind {[weak self] in
self?.photoType = .sideID
// self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
self?.multiMediaManager?.openCameraPicker()
self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
// self?.multiMediaManager?.openCameraPicker()
}.disposed(by: disposeBag)
facePictureImageButton.rx.tap.bind {[weak self] in
self?.photoType = .facePicture
// self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
self?.multiMediaManager?.openCameraPicker()
self?.multiMediaManager?.openPicker(mode: UIImagePickerController.CameraCaptureMode.photo)
// self?.multiMediaManager?.openCameraPicker()
}.disposed(by: disposeBag)
frontIDImageTrigger

2
GME Remit/Modules/RegisterModules/UserAuthentication/NewRegister/User Interface/Wireframe/NewRegisterWireframe.swift

@ -30,7 +30,7 @@ extension NewRegisterWireframe: NewRegisterWireframeInput {
if selectedWireframe == "ExistingUser" {
step1VC = ExistingUserKycWireframe().getMainView(with: self, step: .first)
step2VC = ExistingUserKycWireframe().getMainView(with: self, step: .upload)
}else {
} else {
step1VC = KYCVerifyStep1Wireframe().getMainView(with: self, step: .first)
step2VC = KYCVerifyStep1Wireframe().getMainView(with: self, step: .upload)
}

1
GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRate.storyboard

@ -506,6 +506,7 @@
<viewLayoutGuide key="safeArea" id="N0v-fL-JiI"/>
</view>
<connections>
<outlet property="backgroundView" destination="Lzg-G5-Ik0" id="tMW-Vo-1b9"/>
<outlet property="backgroundViewCountryLabel1" destination="45f-a8-tno" id="74c-NJ-HjT"/>
<outlet property="backgroundViewCountryLabel2" destination="5QW-kB-UfW" id="lme-EJ-hZH"/>
<outlet property="calculatedInfoView" destination="HD3-3z-Nkp" id="nWf-Qh-Dbh"/>

8
GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRateViewController.swift

@ -58,6 +58,14 @@ class SendMoneyExchangeRateViewController: UIViewController {
@IBOutlet weak var calculatedInfoView: UIView!
@IBOutlet weak var serviceChargeView: UIStackView!
@IBOutlet weak var exchangeRateView: UIStackView!
@IBOutlet weak var backgroundView: UIView!{
didSet{
backgroundView.layer.cornerRadius = 12
backgroundView.layer.borderWidth = 0.3
backgroundView.layer.borderColor = UIColor.themeText.cgColor
backgroundView.layer.addShadow(with: UIColor.themeText)
}
}
@IBOutlet weak var couponListFetch: UIView!
@IBOutlet weak var couponListShow: UIStackView!

10
GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyParent/User Interface/View/SendMoneyParent.storyboard

@ -106,19 +106,19 @@
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TTM-k8-r9y">
<rect key="frame" x="8" y="95" width="359" height="564"/>
<rect key="frame" x="0.0" y="92" width="375" height="567"/>
<color key="backgroundColor" name="ThemeMainBackground"/>
</view>
</subviews>
<color key="backgroundColor" name="ThemeSubBackground"/>
<constraints>
<constraint firstItem="TTM-k8-r9y" firstAttribute="top" secondItem="USr-Wi-jgh" secondAttribute="bottom" constant="5" id="1sz-dL-Cei"/>
<constraint firstItem="TTM-k8-r9y" firstAttribute="top" secondItem="USr-Wi-jgh" secondAttribute="bottom" constant="2" id="1sz-dL-Cei"/>
<constraint firstItem="USr-Wi-jgh" firstAttribute="top" secondItem="5dt-lf-O77" secondAttribute="top" id="FD7-wJ-EdF"/>
<constraint firstItem="5dt-lf-O77" firstAttribute="bottom" secondItem="TTM-k8-r9y" secondAttribute="bottom" constant="8" id="KU9-zd-NQ5"/>
<constraint firstItem="5dt-lf-O77" firstAttribute="trailing" secondItem="USr-Wi-jgh" secondAttribute="trailing" id="M6x-tC-ENT"/>
<constraint firstItem="USr-Wi-jgh" firstAttribute="leading" secondItem="5dt-lf-O77" secondAttribute="leading" id="d65-ol-LG5"/>
<constraint firstItem="5dt-lf-O77" firstAttribute="trailing" secondItem="TTM-k8-r9y" secondAttribute="trailing" constant="8" id="mM5-vC-vb6"/>
<constraint firstItem="TTM-k8-r9y" firstAttribute="leading" secondItem="5dt-lf-O77" secondAttribute="leading" constant="8" id="x8x-1L-uBa"/>
<constraint firstItem="5dt-lf-O77" firstAttribute="trailing" secondItem="TTM-k8-r9y" secondAttribute="trailing" id="mM5-vC-vb6"/>
<constraint firstItem="TTM-k8-r9y" firstAttribute="leading" secondItem="5dt-lf-O77" secondAttribute="leading" id="x8x-1L-uBa"/>
</constraints>
<viewLayoutGuide key="safeArea" id="5dt-lf-O77"/>
</view>
@ -144,7 +144,7 @@
<color red="0.93300002813339233" green="0.93300002813339233" blue="0.93300002813339233" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
</namedColor>
<namedColor name="ThemeText">
<color red="0.28999999165534973" green="0.28999999165534973" blue="0.28999999165534973" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.5490196078431373" green="0.58823529411764708" blue="0.62745098039215685" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
<color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>

7
GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift

@ -83,7 +83,6 @@ class SendMoneyReceiptViewController: UIViewController {
@IBOutlet weak var exRateTitleLabel: UILabel!
@IBOutlet weak var totalPayoutAmountTitleLabel: UILabel!
@IBOutlet private weak var transactionDateContainerView: UIView!
@IBOutlet private weak var receiverNameContainerView: UIView!
@IBOutlet private weak var addressContainerView: UIView!
@ -103,6 +102,7 @@ class SendMoneyReceiptViewController: UIViewController {
var controlNo: String?
var transactionId: String?
var type: MailBoxType?
var isfromNotice = false
var receiptType: ReceiptType = .overseas
@ -185,6 +185,11 @@ class SendMoneyReceiptViewController: UIViewController {
// all setup should be done here
setupBackButton()
configureLanguage()
noticeReceipt()
}
func noticeReceipt() {
}
func configureLanguage() {

12
GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyReceipt/User Interface/Wireframe/SendMoneyReceiptWireframe.swift

@ -71,6 +71,18 @@ extension SendMoneyReceiptWireframe: SendMoneyReceiptWireframeInput {
self.pushMainView(in: source)
}
func openReceiptFromNotice(
controlNo: String,
transactionId: String,
shouldShowCancelAmmendButton: Bool,
source: UINavigationController
) {
self.transactionId = transactionId
self.shouldShowCancelAmmendButton = shouldShowCancelAmmendButton
self.controlNo = controlNo
self.pushMainView(in: source)
}
func dismiss() {
self.view.navigationController?.popViewController(animated: true)
}

598
GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyVerification/User Interface/View/SendMoneyVerification.storyboard

@ -20,360 +20,368 @@
</customFonts>
<scenes>
<!--Send Money Verification View Controller-->
<scene sceneID="c2a-gM-cBJ">
<scene sceneID="cJH-if-fFL">
<objects>
<tableViewController storyboardIdentifier="SendMoneyVerificationViewController" id="z1L-xE-OXS" customClass="SendMoneyVerificationViewController" customModule="JME_Remit" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="static" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="cn8-Ou-EW6">
<tableViewController storyboardIdentifier="SendMoneyVerificationViewController" id="xWL-Dz-nNn" customClass="SendMoneyVerificationViewController" customModule="JME_Remit" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="static" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="jLX-J9-cKn">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" name="ThemeMainBackground"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="sectionIndexBackgroundColor" name="ThemeMainBackground"/>
<sections>
<tableViewSection id="Wey-Um-syy">
<tableViewSection id="IBa-r0-InR">
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" rowHeight="179" id="aZM-RC-Gka">
<rect key="frame" x="0.0" y="28" width="375" height="179"/>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" rowHeight="513" id="UJn-lj-WAX">
<rect key="frame" x="0.0" y="28" width="375" height="513"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="aZM-RC-Gka" id="psQ-Og-OSa">
<rect key="frame" x="0.0" y="0.0" width="375" height="179"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="UJn-lj-WAX" id="Dfu-ja-ADO">
<rect key="frame" x="0.0" y="0.0" width="375" height="513"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="z2K-Ca-fNc">
<rect key="frame" x="20" y="20" width="335" height="143.5"/>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EkR-MY-0oj">
<rect key="frame" x="20" y="16" width="335" height="457"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FqY-L2-RPN" customClass="ArcView" customModule="JME_Remit" customModuleProvider="target">
<rect key="frame" x="20" y="20" width="335" height="473"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="8Pw-SS-BEG">
<rect key="frame" x="13" y="13" width="309" height="420"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Reciever Details" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="t6R-up-3D6">
<rect key="frame" x="0.0" y="0.0" width="335" height="8.5"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="JOU-5r-6HG">
<rect key="frame" x="0.0" y="0.0" width="309" height="135"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Reciever Details" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="r9T-Fm-G8S">
<rect key="frame" x="0.0" y="0.0" width="309" height="0.0"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
<color key="textColor" red="0.92549019610000005" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KeO-sG-plo">
<rect key="frame" x="0.0" y="13.5" width="335" height="130"/>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5OA-nc-5bv">
<rect key="frame" x="0.0" y="5" width="309" height="130"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="luh-jj-q5m">
<rect key="frame" x="5" y="0.0" width="330" height="130"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="g88-oi-18X">
<rect key="frame" x="10" y="0.0" width="289" height="130"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="s7n-kG-RXf">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="1NL-4c-GLJ">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="g1t-35-vsY">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eKf-ug-Ud6">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Full Name" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="8ag-0M-JxI">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Full Name" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="4HD-Nw-fQ2">
<rect key="frame" x="0.0" y="0.0" width="100" height="25"/>
<constraints>
<constraint firstAttribute="width" constant="100" id="FgS-a2-7V5"/>
<constraint firstAttribute="width" constant="100" id="GJ0-U6-7xX"/>
</constraints>
<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="251" verticalHuggingPriority="251" text="Test FullName" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="k0c-6q-kn5">
<rect key="frame" x="100" y="0.0" width="230" height="25"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Test FullName" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="T85-e4-y6y">
<rect key="frame" x="100" y="0.0" width="189" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Wt0-tw-1VF">
<rect key="frame" x="0.0" y="0.0" width="330" height="0.5"/>
<color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="W7V-ra-zuO">
<rect key="frame" x="0.0" y="0.0" width="289" height="0.5"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="N0o-Xa-nni"/>
<constraint firstAttribute="height" constant="0.5" id="mRM-t9-sfH"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="dNm-Ds-E0W"/>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="2Pl-1o-f3c"/>
</constraints>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="dj1-Cv-Kob">
<rect key="frame" x="0.0" y="35" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="k2R-f6-S9k">
<rect key="frame" x="0.0" y="35" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="16c-65-2u3">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rN2-2e-UqQ">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Address" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="NCN-8W-JTM">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Address" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="je4-Sl-AgB">
<rect key="frame" x="0.0" y="0.0" width="100" 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="251" verticalHuggingPriority="251" text="Test Address" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dnn-3y-Ufq">
<rect key="frame" x="100" y="0.0" width="230" height="25"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Test Address" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ENl-Fk-1k1">
<rect key="frame" x="100" y="0.0" width="189" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UdI-Uf-HLo">
<rect key="frame" x="0.0" y="0.0" width="330" height="0.5"/>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8KM-WV-WEo">
<rect key="frame" x="0.0" y="0.0" width="289" height="0.5"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="C7K-dh-Swx"/>
<constraint firstAttribute="height" constant="0.5" id="XoX-YB-GQY"/>
</constraints>
</view>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="3zI-W1-F7C">
<rect key="frame" x="0.0" y="70" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="ImB-Bh-pIZ">
<rect key="frame" x="0.0" y="70" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ezO-Gr-nqB">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zTW-mG-gpd">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Country" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="bZM-e8-AXb">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Country" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="Ryd-uN-q7y">
<rect key="frame" x="0.0" y="0.0" width="100" 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="251" verticalHuggingPriority="251" text="Test Country" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lSX-Wi-zqi">
<rect key="frame" x="100" y="0.0" width="230" height="25"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Test Country" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5qc-zv-JeQ">
<rect key="frame" x="100" y="0.0" width="189" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5pB-OE-2cg">
<rect key="frame" x="0.0" y="0.0" width="330" height="0.5"/>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="k8H-ru-isL">
<rect key="frame" x="0.0" y="0.0" width="289" height="0.5"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="JCx-Oc-n8S"/>
<constraint firstAttribute="height" constant="0.5" id="H3S-KQ-Kqk"/>
</constraints>
</view>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="ULU-P1-SnL">
<rect key="frame" x="0.0" y="105" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="RjF-FX-Km9">
<rect key="frame" x="0.0" y="105" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="evW-x9-e97">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AdJ-I0-P9m">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Mobile" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="Nf4-7d-Ukp">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Mobile" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="Cee-Wb-cwa">
<rect key="frame" x="0.0" y="0.0" width="100" 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="251" verticalHuggingPriority="251" text="Test Mobile" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PQT-9O-m4H">
<rect key="frame" x="100" y="0.0" width="230" height="25"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Test Mobile" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Z8f-7F-eTM">
<rect key="frame" x="100" y="0.0" width="189" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RO6-MW-WFX">
<rect key="frame" x="0.0" y="0.0" width="330" height="0.5"/>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tUM-5x-2k8">
<rect key="frame" x="0.0" y="0.0" width="289" height="0.5"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="zb0-t4-HVY"/>
<constraint firstAttribute="height" constant="0.5" id="EZ6-fD-Lsi"/>
</constraints>
</view>
</subviews>
</stackView>
</subviews>
<constraints>
<constraint firstItem="bZM-e8-AXb" firstAttribute="width" secondItem="8ag-0M-JxI" secondAttribute="width" id="AZR-sm-lWS"/>
<constraint firstItem="NCN-8W-JTM" firstAttribute="width" secondItem="8ag-0M-JxI" secondAttribute="width" id="E1R-XH-mq9"/>
<constraint firstItem="ULU-P1-SnL" firstAttribute="height" secondItem="s7n-kG-RXf" secondAttribute="height" id="Pnz-d7-UnH"/>
<constraint firstItem="3zI-W1-F7C" firstAttribute="height" secondItem="s7n-kG-RXf" secondAttribute="height" id="Ylx-ZH-XGo"/>
<constraint firstItem="dj1-Cv-Kob" firstAttribute="height" secondItem="s7n-kG-RXf" secondAttribute="height" id="Yo2-V5-YI1"/>
<constraint firstItem="Nf4-7d-Ukp" firstAttribute="width" secondItem="8ag-0M-JxI" secondAttribute="width" id="im6-ub-qzN"/>
<constraint firstItem="Cee-Wb-cwa" firstAttribute="width" secondItem="4HD-Nw-fQ2" secondAttribute="width" id="Mbq-lt-A5z"/>
<constraint firstItem="je4-Sl-AgB" firstAttribute="width" secondItem="4HD-Nw-fQ2" secondAttribute="width" id="OiW-7H-Z8e"/>
<constraint firstItem="RjF-FX-Km9" firstAttribute="height" secondItem="1NL-4c-GLJ" secondAttribute="height" id="TaW-4i-AI1"/>
<constraint firstItem="ImB-Bh-pIZ" firstAttribute="height" secondItem="1NL-4c-GLJ" secondAttribute="height" id="WkK-PT-b5O"/>
<constraint firstItem="Ryd-uN-q7y" firstAttribute="width" secondItem="4HD-Nw-fQ2" secondAttribute="width" id="gjr-NU-2Ab"/>
<constraint firstItem="k2R-f6-S9k" firstAttribute="height" secondItem="1NL-4c-GLJ" secondAttribute="height" id="m8o-p9-sOh"/>
</constraints>
</stackView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="luh-jj-q5m" secondAttribute="bottom" id="F4D-Vp-vvj"/>
<constraint firstAttribute="trailing" secondItem="luh-jj-q5m" secondAttribute="trailing" id="FFq-iw-Ugc"/>
<constraint firstItem="luh-jj-q5m" firstAttribute="leading" secondItem="KeO-sG-plo" secondAttribute="leading" constant="5" id="M35-GC-f2e"/>
<constraint firstItem="luh-jj-q5m" firstAttribute="top" secondItem="KeO-sG-plo" secondAttribute="top" id="fRC-JS-C86"/>
<constraint firstAttribute="bottom" secondItem="g88-oi-18X" secondAttribute="bottom" id="DEr-tn-cfl"/>
<constraint firstAttribute="trailing" secondItem="g88-oi-18X" secondAttribute="trailing" constant="10" id="PCp-UT-9t6"/>
<constraint firstItem="g88-oi-18X" firstAttribute="top" secondItem="5OA-nc-5bv" secondAttribute="top" id="lhs-rq-ZxG"/>
<constraint firstItem="g88-oi-18X" firstAttribute="leading" secondItem="5OA-nc-5bv" secondAttribute="leading" constant="10" id="t5o-gO-dmw"/>
</constraints>
</view>
</subviews>
</stackView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BPs-5W-3zn">
<rect key="frame" x="0.0" y="155" width="309" height="10"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XxA-hQ-Pi9">
<rect key="frame" x="0.0" y="0.0" width="309" height="10"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="18"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="z2K-Ca-fNc" firstAttribute="leading" secondItem="psQ-Og-OSa" secondAttribute="leading" constant="20" id="61C-Li-muE"/>
<constraint firstItem="z2K-Ca-fNc" firstAttribute="top" secondItem="psQ-Og-OSa" secondAttribute="top" constant="20" id="BTR-76-0GM"/>
<constraint firstAttribute="trailing" secondItem="z2K-Ca-fNc" secondAttribute="trailing" constant="20" id="hkr-8d-ja2"/>
<constraint firstAttribute="bottom" secondItem="z2K-Ca-fNc" secondAttribute="bottom" constant="15.5" id="vlh-a5-z7p"/>
<constraint firstItem="XxA-hQ-Pi9" firstAttribute="top" secondItem="BPs-5W-3zn" secondAttribute="top" id="NoK-K1-6FT"/>
<constraint firstItem="XxA-hQ-Pi9" firstAttribute="leading" secondItem="BPs-5W-3zn" secondAttribute="leading" id="d1G-J7-RU9"/>
<constraint firstAttribute="trailing" secondItem="XxA-hQ-Pi9" secondAttribute="trailing" id="r0a-rZ-7fW"/>
<constraint firstAttribute="height" constant="10" id="uvU-CW-1hH"/>
<constraint firstAttribute="bottom" secondItem="XxA-hQ-Pi9" secondAttribute="bottom" id="y1q-NO-puM"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</tableViewCell>
</cells>
</tableViewSection>
<tableViewSection id="EFe-Dh-LY1">
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" rowHeight="300" id="5Lc-M3-klA">
<rect key="frame" x="0.0" y="263" width="375" height="300"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="5Lc-M3-klA" id="yKP-v4-5hH">
<rect key="frame" x="0.0" y="0.0" width="375" height="300"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="NES-Xy-01t">
<rect key="frame" x="20" y="0.0" width="335" height="274.5"/>
</view>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="AIe-ns-LIb">
<rect key="frame" x="0.0" y="185" width="309" height="235"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Transaction Details" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="v0Q-bv-fyO">
<rect key="frame" x="0.0" y="0.0" width="335" height="20"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Transaction Details" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bhR-g8-mHy">
<rect key="frame" x="0.0" y="0.0" width="309" height="20"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="FyL-p3-KXf"/>
<constraint firstAttribute="height" constant="20" id="84W-yR-wBn"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
<color key="textColor" red="0.92549019610000005" green="0.10980392160000001" blue="0.14117647059999999" alpha="1" colorSpace="calibratedRGB"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="unK-ZK-hwr">
<rect key="frame" x="0.0" y="30" width="335" height="244.5"/>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IRS-yL-WzI">
<rect key="frame" x="0.0" y="30" width="309" height="205"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="XUh-zT-I3S">
<rect key="frame" x="5" y="0.0" width="330" height="244.5"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="niE-jR-YbS">
<rect key="frame" x="10" y="0.0" width="289" height="205"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="gXi-M0-QGx">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="JgC-Gi-r8i">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hQ9-Ae-NRJ">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TfM-8s-pYg">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Payout Country" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="gjw-a5-RqE">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Payout Country" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="fn0-DL-rkr">
<rect key="frame" x="0.0" y="0.0" width="120" 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="251" verticalHuggingPriority="251" text="Test PayoutCountry" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="93F-QW-elO">
<rect key="frame" x="120" y="0.0" width="210" height="25"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Test PayoutCountry" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M4j-Qc-CHk">
<rect key="frame" x="120" y="0.0" width="169" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5Xr-pQ-O6h">
<rect key="frame" x="0.0" y="0.0" width="330" height="0.5"/>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ks5-If-0Q9">
<rect key="frame" x="0.0" y="0.0" width="289" height="0.5"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="AWF-Eb-lt5"/>
<constraint firstAttribute="height" constant="0.5" id="BoM-lk-xWh"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="SFM-bH-kvZ"/>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="5Z6-bs-bI2"/>
</constraints>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="NcR-bm-5Qa">
<rect key="frame" x="0.0" y="33" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="jHV-lK-jSn">
<rect key="frame" x="0.0" y="30" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8fT-8K-UU0">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rJH-hY-LgK">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Payout Mode" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="udF-KR-HFx">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Payout Mode" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="hsx-NI-O5t">
<rect key="frame" x="0.0" y="0.0" width="120" 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="251" verticalHuggingPriority="251" text="Test PayoutMode" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="j6l-ij-Dyr">
<rect key="frame" x="120" y="0.0" width="210" height="25"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Test PayoutMode" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HGw-SZ-tTu">
<rect key="frame" x="120" y="0.0" width="169" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JSE-DO-GME">
<rect key="frame" x="0.0" y="0.0" width="330" height="0.5"/>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QGr-jB-JQc">
<rect key="frame" x="0.0" y="0.0" width="289" height="0.5"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="0T5-QL-R8y"/>
<constraint firstAttribute="height" constant="0.5" id="5cz-Kq-fIi"/>
</constraints>
</view>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="c7W-ci-3o9">
<rect key="frame" x="0.0" y="66.5" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="ELw-Pc-LXV">
<rect key="frame" x="0.0" y="60" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ion-vp-h63">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YYM-Wf-MUr">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Paying Amount" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="o4Y-Pn-8Vc">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Paying Amount" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="gos-Qm-iPd">
<rect key="frame" x="0.0" y="0.0" width="120" 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="251" verticalHuggingPriority="251" text="Test PayingAmount" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nO5-yR-ew5">
<rect key="frame" x="120" y="0.0" width="210" height="25"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Test PayingAmount" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IOU-mY-NUv">
<rect key="frame" x="120" y="0.0" width="169" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eDv-Xv-YfG">
<rect key="frame" x="0.0" y="0.0" width="330" height="0.5"/>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eFf-Hi-hrA">
<rect key="frame" x="0.0" y="0.0" width="289" height="0.5"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="2wJ-4k-sxk"/>
<constraint firstAttribute="height" constant="0.5" id="WYW-y5-w4L"/>
</constraints>
</view>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="bYP-z7-pdo">
<rect key="frame" x="0.0" y="99.5" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="oQX-X0-2BZ">
<rect key="frame" x="0.0" y="90" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Gi5-r4-dyO">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xX7-Fm-HZv">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Exchange Rate" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="Cwe-iS-XYo">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Exchange Rate" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="Bln-cW-0Qx">
<rect key="frame" x="0.0" y="0.0" width="120" 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="251" verticalHuggingPriority="251" text="Test ExchangeRate" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gJk-8S-8R0">
<rect key="frame" x="120" y="0.0" width="210" height="25"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Test ExchangeRate" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jQL-3s-mxD">
<rect key="frame" x="120" y="0.0" width="169" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gJS-Az-T8e">
<rect key="frame" x="0.0" y="0.0" width="330" height="0.5"/>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iug-YG-7PV">
<rect key="frame" x="0.0" y="0.0" width="289" height="0.5"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="dWc-uq-aQa"/>
<constraint firstAttribute="height" constant="0.5" id="gtf-rt-hXT"/>
</constraints>
</view>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="IRO-hu-J2s">
<rect key="frame" x="0.0" y="132.5" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="bJK-4c-DC1">
<rect key="frame" x="0.0" y="120" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cT0-TW-JtH">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Hhq-BG-MoP">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Service Charge" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="H3A-mN-Mdt">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Service Charge" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="wbg-p4-9vt">
<rect key="frame" x="0.0" y="0.0" width="120" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="Vle-Ry-TWR">
<rect key="frame" x="120" y="0.0" width="210" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="J06-HC-aD6">
<rect key="frame" x="120" y="0.0" width="169" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="1000" verticalHuggingPriority="251" text="Test ServiceCharge" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mYq-Uf-g1V">
<rect key="frame" x="0.0" y="0.0" width="210" height="25"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="1000" verticalHuggingPriority="251" text="Test ServiceCharge" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UJO-dm-6Mk">
<rect key="frame" x="0.0" y="0.0" width="169" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
@ -382,176 +390,200 @@
</stackView>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="rk2-Ky-8dn">
<rect key="frame" x="0.0" y="166" width="330" height="45.5"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="fYD-nK-mMb">
<rect key="frame" x="0.0" y="150" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eR3-EP-Bkf">
<rect key="frame" x="0.0" y="0.0" width="330" height="45.5"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2KI-Q3-Xpo">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Payout Agent/Bank" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="vzF-GP-Vyz">
<rect key="frame" x="0.0" y="0.0" width="120" height="45.5"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Payout Agent/Bank" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="CZA-57-dvI">
<rect key="frame" x="0.0" y="0.0" width="120" height="25"/>
<constraints>
<constraint firstAttribute="width" constant="120" id="djk-ZF-0dD"/>
<constraint firstAttribute="width" constant="120" id="hLo-Eq-Y5D"/>
</constraints>
<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="251" verticalHuggingPriority="251" text="aaslkdfjalskdjfalksdjfalksdjfalksdjflkasdjflaksdjflaksdjflaksdjflaksdjflaksdjflkasdjfalksdjfalksdjf" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="12" translatesAutoresizingMaskIntoConstraints="NO" id="VpB-U7-5VE">
<rect key="frame" x="120" y="0.0" width="210" height="45.5"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="aaslkdfjalskdjfalksdjfalksdjfalksdjflkasdjflaksdjflaksdjflaksdjflaksdjflaksdjflkasdjfalksdjfalksdjf" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="12" translatesAutoresizingMaskIntoConstraints="NO" id="lMk-Yw-0x2">
<rect key="frame" x="120" y="0.0" width="169" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DQI-ZW-vHk">
<rect key="frame" x="0.0" y="0.0" width="330" height="0.5"/>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yFN-gP-Qcs">
<rect key="frame" x="0.0" y="0.0" width="289" height="0.5"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="UJc-AQ-ULo"/>
<constraint firstAttribute="height" constant="0.5" id="6mq-9x-aH5"/>
</constraints>
</view>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="E7Y-bp-5jS" userLabel="AccountNumber">
<rect key="frame" x="0.0" y="219.5" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="jw9-6o-ihN" userLabel="AccountNumber">
<rect key="frame" x="0.0" y="180" width="289" height="25"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oh1-5w-hCd">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lFl-v2-oQW">
<rect key="frame" x="0.0" y="0.0" width="289" height="25"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Bank A/C No" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="OeN-Lk-OE6">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Bank A/C No" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="ose-v0-cGe">
<rect key="frame" x="0.0" y="0.0" width="120" height="25"/>
<constraints>
<constraint firstAttribute="width" constant="120" id="7BM-W3-WXz"/>
<constraint firstAttribute="width" constant="120" id="Ffc-rJ-hul"/>
</constraints>
<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="251" verticalHuggingPriority="251" text=": Label" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Eyf-de-vJI">
<rect key="frame" x="120" y="0.0" width="210" height="25"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=": Label" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="k4U-BW-6gj">
<rect key="frame" x="120" y="0.0" width="169" height="25"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Semibold" family="San Francisco Display" pointSize="13"/>
<color key="textColor" name="ThemeText"/>
<color key="textColor" name="ThemeBlack"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Q1T-PQ-wod">
<rect key="frame" x="0.0" y="0.0" width="330" height="0.5"/>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="s8u-uv-w9u">
<rect key="frame" x="0.0" y="0.0" width="289" height="0.5"/>
<color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="0.5" id="9aa-p2-Fbb"/>
<constraint firstAttribute="height" constant="0.5" id="O4W-bd-Yr6"/>
</constraints>
</view>
</subviews>
</stackView>
</subviews>
<constraints>
<constraint firstItem="udF-KR-HFx" firstAttribute="width" secondItem="gjw-a5-RqE" secondAttribute="width" id="0Ag-n8-iCu"/>
<constraint firstItem="o4Y-Pn-8Vc" firstAttribute="width" secondItem="gjw-a5-RqE" secondAttribute="width" id="8xE-mv-uBD"/>
<constraint firstItem="bYP-z7-pdo" firstAttribute="height" secondItem="gXi-M0-QGx" secondAttribute="height" id="B2i-KR-DKW"/>
<constraint firstItem="vzF-GP-Vyz" firstAttribute="width" secondItem="gjw-a5-RqE" secondAttribute="width" id="BrZ-8C-UAh"/>
<constraint firstItem="H3A-mN-Mdt" firstAttribute="width" secondItem="gjw-a5-RqE" secondAttribute="width" id="ChI-Ai-7Gy"/>
<constraint firstItem="c7W-ci-3o9" firstAttribute="height" secondItem="gXi-M0-QGx" secondAttribute="height" id="KTs-cU-dZo"/>
<constraint firstItem="Cwe-iS-XYo" firstAttribute="width" secondItem="gjw-a5-RqE" secondAttribute="width" id="PcQ-cW-f3j"/>
<constraint firstItem="IRO-hu-J2s" firstAttribute="height" secondItem="gXi-M0-QGx" secondAttribute="height" id="W3a-BP-mTL"/>
<constraint firstItem="rk2-Ky-8dn" firstAttribute="height" relation="greaterThanOrEqual" secondItem="gXi-M0-QGx" secondAttribute="height" id="cLN-D0-NIu"/>
<constraint firstItem="E7Y-bp-5jS" firstAttribute="height" secondItem="gXi-M0-QGx" secondAttribute="height" id="foH-aw-M4v"/>
<constraint firstItem="NcR-bm-5Qa" firstAttribute="height" secondItem="gXi-M0-QGx" secondAttribute="height" id="mgY-lB-C1A"/>
<constraint firstItem="gos-Qm-iPd" firstAttribute="width" secondItem="fn0-DL-rkr" secondAttribute="width" id="46s-Ab-gZE"/>
<constraint firstItem="CZA-57-dvI" firstAttribute="width" secondItem="fn0-DL-rkr" secondAttribute="width" id="7rU-CN-jYh"/>
<constraint firstItem="bJK-4c-DC1" firstAttribute="height" secondItem="JgC-Gi-r8i" secondAttribute="height" id="GBe-fE-vmG"/>
<constraint firstItem="jHV-lK-jSn" firstAttribute="height" secondItem="JgC-Gi-r8i" secondAttribute="height" id="IJh-qW-ICd"/>
<constraint firstItem="fYD-nK-mMb" firstAttribute="height" relation="greaterThanOrEqual" secondItem="JgC-Gi-r8i" secondAttribute="height" id="M1n-9V-uJl"/>
<constraint firstItem="jw9-6o-ihN" firstAttribute="height" secondItem="JgC-Gi-r8i" secondAttribute="height" id="Ofk-p8-ajQ"/>
<constraint firstItem="hsx-NI-O5t" firstAttribute="width" secondItem="fn0-DL-rkr" secondAttribute="width" id="UtN-m9-Trh"/>
<constraint firstItem="ELw-Pc-LXV" firstAttribute="height" secondItem="JgC-Gi-r8i" secondAttribute="height" id="Veu-Ko-LJK"/>
<constraint firstItem="Bln-cW-0Qx" firstAttribute="width" secondItem="fn0-DL-rkr" secondAttribute="width" id="ePv-eU-dH0"/>
<constraint firstItem="oQX-X0-2BZ" firstAttribute="height" secondItem="JgC-Gi-r8i" secondAttribute="height" id="fJ2-1x-OOs"/>
<constraint firstItem="wbg-p4-9vt" firstAttribute="width" secondItem="fn0-DL-rkr" secondAttribute="width" id="fMZ-6U-LZv"/>
</constraints>
</stackView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="XUh-zT-I3S" secondAttribute="trailing" id="2Io-dL-lMk"/>
<constraint firstItem="XUh-zT-I3S" firstAttribute="top" secondItem="unK-ZK-hwr" secondAttribute="top" id="GCm-K2-ZE2"/>
<constraint firstItem="XUh-zT-I3S" firstAttribute="leading" secondItem="unK-ZK-hwr" secondAttribute="leading" constant="5" id="RWp-KC-CyR"/>
<constraint firstAttribute="bottom" secondItem="XUh-zT-I3S" secondAttribute="bottom" id="nc3-nF-egS"/>
<constraint firstItem="niE-jR-YbS" firstAttribute="top" secondItem="IRS-yL-WzI" secondAttribute="top" id="6eJ-FI-exB"/>
<constraint firstAttribute="trailing" secondItem="niE-jR-YbS" secondAttribute="trailing" constant="10" id="ZCJ-9j-QTK"/>
<constraint firstAttribute="bottom" secondItem="niE-jR-YbS" secondAttribute="bottom" id="aML-BD-sZS"/>
<constraint firstItem="niE-jR-YbS" firstAttribute="leading" secondItem="IRS-yL-WzI" secondAttribute="leading" constant="10" id="bIw-iQ-gJw"/>
</constraints>
</view>
</subviews>
</stackView>
</subviews>
</stackView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="NES-Xy-01t" firstAttribute="leading" secondItem="yKP-v4-5hH" secondAttribute="leading" constant="20" id="Xh0-n9-uQS"/>
<constraint firstAttribute="trailing" secondItem="NES-Xy-01t" secondAttribute="trailing" constant="20" id="few-BI-YPa"/>
<constraint firstItem="NES-Xy-01t" firstAttribute="top" secondItem="yKP-v4-5hH" secondAttribute="top" id="g0r-HS-Hc8"/>
<constraint firstAttribute="bottom" secondItem="NES-Xy-01t" secondAttribute="bottom" constant="25.5" id="iLh-qG-9Xl"/>
<constraint firstAttribute="bottom" secondItem="8Pw-SS-BEG" secondAttribute="bottom" constant="40" id="4hp-2G-qpf"/>
<constraint firstItem="8Pw-SS-BEG" firstAttribute="top" secondItem="FqY-L2-RPN" secondAttribute="top" constant="13" id="7QJ-7m-vNF"/>
<constraint firstAttribute="trailing" secondItem="8Pw-SS-BEG" secondAttribute="trailing" constant="13" id="WkU-gh-TXQ"/>
<constraint firstItem="8Pw-SS-BEG" firstAttribute="leading" secondItem="FqY-L2-RPN" secondAttribute="leading" constant="13" id="oRT-bA-u6S"/>
</constraints>
</tableViewCellContentView>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="FqY-L2-RPN" firstAttribute="top" secondItem="Dfu-ja-ADO" secondAttribute="top" constant="20" id="0QY-Pf-4ZE"/>
<constraint firstAttribute="trailing" secondItem="FqY-L2-RPN" secondAttribute="trailing" constant="20" id="5RF-52-szo"/>
<constraint firstAttribute="bottom" secondItem="FqY-L2-RPN" secondAttribute="bottom" constant="20" id="Bvy-rx-i9i"/>
<constraint firstItem="FqY-L2-RPN" firstAttribute="leading" secondItem="Dfu-ja-ADO" secondAttribute="leading" constant="20" id="Dc3-Lg-jcf"/>
<constraint firstItem="EkR-MY-0oj" firstAttribute="bottom" secondItem="FqY-L2-RPN" secondAttribute="bottom" constant="-20" id="F1J-5J-Z9f"/>
<constraint firstItem="EkR-MY-0oj" firstAttribute="trailing" secondItem="FqY-L2-RPN" secondAttribute="trailing" id="Ujn-PP-mcX"/>
<constraint firstItem="EkR-MY-0oj" firstAttribute="top" secondItem="FqY-L2-RPN" secondAttribute="top" constant="-4" id="Z2z-D5-V2u"/>
<constraint firstItem="EkR-MY-0oj" firstAttribute="leading" secondItem="FqY-L2-RPN" secondAttribute="leading" id="omH-kY-mU1"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" red="0.95686274510000002" green="0.95686274510000002" blue="0.95686274510000002" alpha="0.0" colorSpace="calibratedRGB"/>
</tableViewCell>
</cells>
</tableViewSection>
<tableViewSection id="vyS-RZ-Ial">
<tableViewSection id="3tZ-3i-DAK">
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" rowHeight="180" id="k3W-d2-6CE">
<rect key="frame" x="0.0" y="619" width="375" height="180"/>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" rowHeight="180" id="sRi-FJ-7pN">
<rect key="frame" x="0.0" y="597" width="375" height="180"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="k3W-d2-6CE" id="YgP-8M-2Bx">
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="sRi-FJ-7pN" id="vkR-wb-kWF">
<rect key="frame" x="0.0" y="0.0" width="375" height="180"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="3" translatesAutoresizingMaskIntoConstraints="NO" id="QPQ-CD-dbK">
<rect key="frame" x="77.5" y="15" width="220" height="56"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" alignment="center" spacing="-10" translatesAutoresizingMaskIntoConstraints="NO" id="EKe-yy-ssz">
<rect key="frame" x="101.5" y="15" width="172" height="80"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="I have read and agreed to " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Yn5-1J-nDc">
<rect key="frame" x="34" y="0.0" width="152.5" height="16"/>
<constraints>
<constraint firstAttribute="height" constant="16" id="JdA-Lq-CBJ"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Regular" family="San Francisco Display" pointSize="13"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="I have read and agreed to " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oTZ-6l-8sY">
<rect key="frame" x="4" y="0.0" width="164" height="45"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="14"/>
<color key="textColor" name="ThemeText"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jdB-M7-bxd">
<rect key="frame" x="0.0" y="19" width="220" height="20"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="0Vz-S9-ULW"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="12"/>
<state key="normal" title="1.Japan Money Express User Agreement">
<color key="titleColor" name="ThemeRed"/>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OAm-ac-A36">
<rect key="frame" x="0.0" y="35" width="172" height="45"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="14"/>
<state key="normal" title="1.SendMN User Agreement">
<color key="titleColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="showUserAgreement:" destination="z1L-xE-OXS" eventType="touchUpInside" id="AMV-wa-4zm"/>
<action selector="showUserAgreement:" destination="xWL-Dz-nNn" eventType="touchUpInside" id="jMW-aJ-F2Q"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1BJ-uU-LNZ">
<rect key="frame" x="2.5" y="42" width="215" height="14"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="12"/>
<state key="normal" title="2. Japan Money Express Fraud Warning">
<color key="titleColor" name="ThemeRed"/>
<button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9KS-c1-I0l">
<rect key="frame" x="2.5" y="80" width="167" height="0.0"/>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="14"/>
<state key="normal" title="2. SendMN Fraud Warning">
<color key="titleColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="showUserAgreement:" destination="z1L-xE-OXS" eventType="touchUpInside" id="90p-xQ-WBt"/>
<action selector="showUserAgreement:" destination="xWL-Dz-nNn" eventType="touchUpInside" id="aZ8-17-KkQ"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</stackView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xqI-8I-x6g">
<rect key="frame" x="10" y="101" width="355" height="50"/>
<color key="backgroundColor" name="ThemeRed"/>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nw6-Y5-cwc">
<rect key="frame" x="16" y="115" width="343" height="50"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="13m-xI-cjc">
<rect key="frame" x="59" y="0.0" width="225" height="50"/>
<color key="backgroundColor" name="ThemeGreen"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="iBW-jF-gkN"/>
<constraint firstAttribute="width" constant="225" id="hoI-I6-TJz"/>
<constraint firstAttribute="height" constant="50" id="rX5-fX-1mr"/>
</constraints>
<fontDescription key="fontDescription" name="SanFranciscoDisplay-Medium" family="San Francisco Display" pointSize="17"/>
<state key="normal" title="Agree and Send">
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<state key="normal" title=" SEND MONEY" image="ic-sendmoney">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<connections>
<action selector="submit:" destination="z1L-xE-OXS" eventType="touchUpInside" id="FFJ-XW-ktg"/>
<action selector="submit:" destination="xWL-Dz-nNn" eventType="touchUpInside" id="x0o-qq-9uM"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="xqI-8I-x6g" firstAttribute="top" secondItem="QPQ-CD-dbK" secondAttribute="bottom" constant="30" id="ALy-FR-GbX"/>
<constraint firstItem="QPQ-CD-dbK" firstAttribute="centerX" secondItem="YgP-8M-2Bx" secondAttribute="centerX" id="CZq-yH-kW6"/>
<constraint firstAttribute="trailing" secondItem="xqI-8I-x6g" secondAttribute="trailing" constant="10" id="JMI-ZI-bLV"/>
<constraint firstAttribute="bottom" secondItem="xqI-8I-x6g" secondAttribute="bottom" constant="29" id="Ob1-0g-z4k"/>
<constraint firstItem="QPQ-CD-dbK" firstAttribute="top" secondItem="YgP-8M-2Bx" secondAttribute="top" constant="15" id="bfB-48-2qZ"/>
<constraint firstItem="xqI-8I-x6g" firstAttribute="leading" secondItem="YgP-8M-2Bx" secondAttribute="leading" constant="10" id="huB-3l-5Fh"/>
<constraint firstItem="13m-xI-cjc" firstAttribute="centerX" secondItem="Nw6-Y5-cwc" secondAttribute="centerX" id="lHm-SD-YIa"/>
<constraint firstItem="13m-xI-cjc" firstAttribute="top" secondItem="Nw6-Y5-cwc" secondAttribute="top" id="uI1-ec-tME"/>
<constraint firstAttribute="bottom" secondItem="13m-xI-cjc" secondAttribute="bottom" id="yqS-7U-JeK"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="EKe-yy-ssz" firstAttribute="top" secondItem="vkR-wb-kWF" secondAttribute="top" constant="15" id="23a-Nk-i7r"/>
<constraint firstItem="Nw6-Y5-cwc" firstAttribute="top" secondItem="EKe-yy-ssz" secondAttribute="bottom" constant="20" id="8bp-ne-JeO"/>
<constraint firstItem="Nw6-Y5-cwc" firstAttribute="leading" secondItem="vkR-wb-kWF" secondAttribute="leadingMargin" id="C1i-oq-et5"/>
<constraint firstItem="EKe-yy-ssz" firstAttribute="centerX" secondItem="vkR-wb-kWF" secondAttribute="centerX" id="M0u-VL-HIl"/>
<constraint firstAttribute="bottom" secondItem="Nw6-Y5-cwc" secondAttribute="bottom" constant="15" id="hCw-XH-NBD"/>
<constraint firstAttribute="trailingMargin" secondItem="Nw6-Y5-cwc" secondAttribute="trailing" id="kBZ-EC-pZf"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
@ -560,55 +592,61 @@
</tableViewSection>
</sections>
<connections>
<outlet property="dataSource" destination="z1L-xE-OXS" id="QCL-e8-WxN"/>
<outlet property="delegate" destination="z1L-xE-OXS" id="HeW-Du-1Aw"/>
<outlet property="dataSource" destination="xWL-Dz-nNn" id="PQg-Ac-jlp"/>
<outlet property="delegate" destination="xWL-Dz-nNn" id="hA2-ht-1EI"/>
</connections>
</tableView>
<connections>
<outlet property="accountNoLabel" destination="Eyf-de-vJI" id="x1J-pM-5Nm"/>
<outlet property="accountNumTitlelabel" destination="OeN-Lk-OE6" id="oCD-93-8jn"/>
<outlet property="accountNumberStackView" destination="E7Y-bp-5jS" id="SDb-ID-9XP"/>
<outlet property="addressLabel" destination="dnn-3y-Ufq" id="d1u-dz-rVd"/>
<outlet property="addressTitleLabel" destination="NCN-8W-JTM" id="fMF-wD-HPW"/>
<outlet property="agreeAndSendButton" destination="xqI-8I-x6g" id="M2m-pj-0io"/>
<outlet property="bankNameStackView" destination="rk2-Ky-8dn" id="eJV-JZ-udP"/>
<outlet property="countryLabel" destination="lSX-Wi-zqi" id="xlG-vf-NWi"/>
<outlet property="countryTitleLabel" destination="bZM-e8-AXb" id="eFL-V8-DjN"/>
<outlet property="exchangeRateLabel" destination="gJk-8S-8R0" id="yRZ-WX-BFn"/>
<outlet property="exchangeRateTitleLabel" destination="Cwe-iS-XYo" id="cBD-EC-Ghw"/>
<outlet property="fraudWarningButton" destination="1BJ-uU-LNZ" id="WCf-gO-593"/>
<outlet property="fullNameLabel" destination="k0c-6q-kn5" id="ctQ-0F-vQu"/>
<outlet property="fullNameTitleLabel" destination="8ag-0M-JxI" id="KFw-be-diT"/>
<outlet property="mobileLabel" destination="PQT-9O-m4H" id="Of3-o2-1H9"/>
<outlet property="mobileTitleLabel" destination="Nf4-7d-Ukp" id="igY-d7-mWm"/>
<outlet property="payingAmountLabel" destination="nO5-yR-ew5" id="t2O-Wh-Ori"/>
<outlet property="payingAmountTitleLabel" destination="o4Y-Pn-8Vc" id="12J-sA-rZl"/>
<outlet property="payoutAgentBankLabel" destination="VpB-U7-5VE" id="NfN-5Z-5dt"/>
<outlet property="payoutAgentBankTitleLabel" destination="vzF-GP-Vyz" id="jJT-hj-OVk"/>
<outlet property="payoutCountryLabel" destination="93F-QW-elO" id="8vS-6e-9Cj"/>
<outlet property="payoutCountryTitleLabel" destination="gjw-a5-RqE" id="BNf-lw-KQw"/>
<outlet property="payoutModeLabel" destination="j6l-ij-Dyr" id="DIH-qM-6be"/>
<outlet property="payoutModeTitleLabel" destination="udF-KR-HFx" id="dch-SD-09p"/>
<outlet property="readAndAgreeTextLabel" destination="Yn5-1J-nDc" id="Z7a-gY-3gJ"/>
<outlet property="recieverDetailsLabel" destination="t6R-up-3D6" id="XlQ-6e-UwZ"/>
<outlet property="serviceChargeLabel" destination="mYq-Uf-g1V" id="kXQ-7b-afR"/>
<outlet property="serviceChargeTitleLabel" destination="H3A-mN-Mdt" id="rYt-4g-AxS"/>
<outlet property="transactionDetailsLabel" destination="v0Q-bv-fyO" id="nHa-Qn-YZo"/>
<outlet property="userAgreementButton" destination="jdB-M7-bxd" id="aDt-ES-WRs"/>
<outlet property="accountNoLabel" destination="k4U-BW-6gj" id="8JX-lI-Rxs"/>
<outlet property="accountNumTitlelabel" destination="ose-v0-cGe" id="UUO-Fn-S0E"/>
<outlet property="accountNumberStackView" destination="jw9-6o-ihN" id="l8K-rD-Vmz"/>
<outlet property="addressLabel" destination="ENl-Fk-1k1" id="Tku-rK-JRH"/>
<outlet property="addressTitleLabel" destination="je4-Sl-AgB" id="DOj-9n-Ubf"/>
<outlet property="agreeAndSendButton" destination="13m-xI-cjc" id="Lef-LU-a9z"/>
<outlet property="bankNameStackView" destination="fYD-nK-mMb" id="LZc-gg-ZzB"/>
<outlet property="countryLabel" destination="5qc-zv-JeQ" id="9Ah-mg-gl2"/>
<outlet property="countryTitleLabel" destination="Ryd-uN-q7y" id="oQb-uy-DWb"/>
<outlet property="detailBgView" destination="EkR-MY-0oj" id="vUc-U4-gBv"/>
<outlet property="detailView" destination="FqY-L2-RPN" id="NcC-aV-txS"/>
<outlet property="exchangeRateLabel" destination="jQL-3s-mxD" id="bIi-og-v4E"/>
<outlet property="exchangeRateTitleLabel" destination="Bln-cW-0Qx" id="pdh-3s-CCy"/>
<outlet property="fraudWarningButton" destination="9KS-c1-I0l" id="hno-Mo-9W4"/>
<outlet property="fullNameLabel" destination="T85-e4-y6y" id="s62-X8-K7j"/>
<outlet property="fullNameTitleLabel" destination="4HD-Nw-fQ2" id="FOY-Qm-9U3"/>
<outlet property="mobileLabel" destination="Z8f-7F-eTM" id="82B-2Y-4Pd"/>
<outlet property="mobileTitleLabel" destination="Cee-Wb-cwa" id="6qS-LR-RK7"/>
<outlet property="payingAmountLabel" destination="IOU-mY-NUv" id="07Z-CK-gzA"/>
<outlet property="payingAmountTitleLabel" destination="gos-Qm-iPd" id="Wfz-DM-4ZG"/>
<outlet property="payoutAgentBankLabel" destination="lMk-Yw-0x2" id="lgN-kz-2VZ"/>
<outlet property="payoutAgentBankTitleLabel" destination="CZA-57-dvI" id="2WS-5e-LoG"/>
<outlet property="payoutCountryLabel" destination="M4j-Qc-CHk" id="ACe-fh-9En"/>
<outlet property="payoutCountryTitleLabel" destination="fn0-DL-rkr" id="BfQ-56-ltP"/>
<outlet property="payoutModeLabel" destination="HGw-SZ-tTu" id="dj4-Eu-yyX"/>
<outlet property="payoutModeTitleLabel" destination="hsx-NI-O5t" id="oGT-fh-gh7"/>
<outlet property="readAndAgreeTextLabel" destination="oTZ-6l-8sY" id="TVb-Ol-dMy"/>
<outlet property="recieverDetailsLabel" destination="r9T-Fm-G8S" id="RZZ-cg-lUM"/>
<outlet property="serviceChargeLabel" destination="UJO-dm-6Mk" id="qub-W8-jEp"/>
<outlet property="serviceChargeTitleLabel" destination="wbg-p4-9vt" id="uq8-Bp-O4Y"/>
<outlet property="transactionDetailsLabel" destination="bhR-g8-mHy" id="IVt-GI-pVK"/>
<outlet property="userAgreementButton" destination="OAm-ac-A36" id="7RY-h6-SBz"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="nJV-if-ch6" userLabel="First Responder" sceneMemberID="firstResponder"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="f5t-e3-82U" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="23.199999999999999" y="227.13643178410797"/>
<point key="canvasLocation" x="23.188405797101453" y="227.00892857142856"/>
</scene>
</scenes>
<resources>
<image name="ic-sendmoney" width="20.5" height="20.5"/>
<namedColor name="ThemeBlack">
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</namedColor>
<namedColor name="ThemeGreen">
<color red="0.030999999493360519" green="0.63899999856948853" blue="0.51800000667572021" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeMainBackground">
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeRed">
<color red="0.86274509803921573" green="0.078431372549019607" blue="0.19215686274509805" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="ThemeText">
<color red="0.5490196078431373" green="0.58823529411764708" blue="0.62745098039215685" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>

3
GME Remit/Modules/RemittanceModules/OverseasModules/SendMoneyVerification/User Interface/View/SendMoneyVerificationViewController.swift

@ -22,6 +22,8 @@ class SendMoneyVerificationViewController: UITableViewController {
// MARK: IBOutlets
// Recievers Details
@IBOutlet weak var detailBgView: UIView!
@IBOutlet weak var detailView: UIView!
@IBOutlet weak var fullNameLabel: UILabel!
@IBOutlet weak var addressLabel: UILabel!
@IBOutlet weak var countryLabel: UILabel!
@ -104,6 +106,7 @@ class SendMoneyVerificationViewController: UITableViewController {
override func viewDidLoad() {
super.viewDidLoad()
self.setup()
self.detailBgView.layer.applyCornerRadiusShadow(alpha: 0.5, x: -2, y: 25, blur: 20, spread: 0, cornerRadiusValue: 10)
self.configureLanguage()
}

12
GME Remit/Supported Files/Assets.xcassets/ic_notice.imageset/Contents.json

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "Notice.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

1
GME Remit/Supported Files/Assets.xcassets/ic_notice.imageset/Notice.pdf

@ -0,0 +1 @@

20
GME Remit/Utilities/CustomUI/GradientView.swift

@ -0,0 +1,20 @@
//
// GradientView.swift
// GME Remit
//
// Created by Shiran on 10/4/20.
// Copyright © 2020 Gobal Money Express Co. Ltd. All rights reserved.
//
import UIKit
@IBDesignable
class ArcView: UIView {
override func layoutSubviews() {
self.bottomArc()
}
}
Loading…
Cancel
Save