From 0795a4af39e12d3e8dcdb47f1b4512f4b85a7cf1 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Fri, 14 Sep 2018 17:25:02 +0900 Subject: [PATCH] both date picker configured --- .../Interactor/KycInteractor.swift | 3 +- .../User Interface/View/kycForm2.storyboard | 48 +++++++++++++++--- .../View/kycForm2ViewController.swift | 50 +++++++++++++++++-- 3 files changed, 89 insertions(+), 12 deletions(-) diff --git a/GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractor.swift b/GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractor.swift index ab18bdd1..e34e5ffe 100644 --- a/GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractor.swift +++ b/GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractor.swift @@ -61,7 +61,8 @@ class KycInteractor { KycForm2FieldKeys.verificationId: model.verificationId, KycForm2FieldKeys.verificationIdNumber: model.verificationIdNumber, KycForm2FieldKeys.expiryDate: model.expiryDate, - KycForm2FieldKeys.sourceOfFund: model.sourceOfFund + KycForm2FieldKeys.sourceOfFund: model.sourceOfFund, + KycForm2FieldKeys.issueDate: model.issueDate ] formDick.forEach({ diff --git a/GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2.storyboard b/GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2.storyboard index 05da0ed9..8c0e5038 100644 --- a/GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2.storyboard +++ b/GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2.storyboard @@ -30,16 +30,16 @@ - + - + - + @@ -214,8 +214,40 @@ - + + + + + + + + + + + + + + + + +