From eafd81cb9889f2e23871c7a84f9e97d47c74fd78 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Mon, 7 Jan 2019 11:14:58 +0900 Subject: [PATCH] bug fixed full screen dialogue --- .../TableViewPicker.storyboard | 25 +++++++++-------- .../CountryPicker.storyboard | 6 ++--- .../CurrencyPicker/CurrencyPicker.storyboard | 25 +++++++++-------- .../ItemPickerView/ItemsPicker.storyboard | 25 +++++++++-------- .../BankBranchPicker.storyboard | 27 +++++++++---------- .../BankPicker/BankPicker.storyboard | 25 +++++++++-------- .../RecipientListViewController.swift | 4 +++ 7 files changed, 68 insertions(+), 69 deletions(-) diff --git a/GMERemittance/Library/CountryWithCurrencyPicker/TableViewPicker.storyboard b/GMERemittance/Library/CountryWithCurrencyPicker/TableViewPicker.storyboard index ef1c6ef4..f5923ff7 100644 --- a/GMERemittance/Library/CountryWithCurrencyPicker/TableViewPicker.storyboard +++ b/GMERemittance/Library/CountryWithCurrencyPicker/TableViewPicker.storyboard @@ -1,12 +1,11 @@ - + - - + @@ -31,7 +30,7 @@ - + @@ -75,7 +74,7 @@ - + @@ -110,7 +109,7 @@ diff --git a/GMERemittance/Library/CountryWithFlagPicker/CountryPicker.storyboard b/GMERemittance/Library/CountryWithFlagPicker/CountryPicker.storyboard index 0c1a5cfd..7c640d42 100644 --- a/GMERemittance/Library/CountryWithFlagPicker/CountryPicker.storyboard +++ b/GMERemittance/Library/CountryWithFlagPicker/CountryPicker.storyboard @@ -1,11 +1,11 @@ - + - + @@ -30,7 +30,7 @@ - + diff --git a/GMERemittance/Library/CurrencyPicker/CurrencyPicker.storyboard b/GMERemittance/Library/CurrencyPicker/CurrencyPicker.storyboard index 25830dcc..140042b4 100644 --- a/GMERemittance/Library/CurrencyPicker/CurrencyPicker.storyboard +++ b/GMERemittance/Library/CurrencyPicker/CurrencyPicker.storyboard @@ -1,12 +1,11 @@ - + - - + @@ -31,7 +30,7 @@ - + @@ -75,7 +74,7 @@ - + @@ -110,7 +109,7 @@ diff --git a/GMERemittance/Library/ItemPickerView/ItemsPicker.storyboard b/GMERemittance/Library/ItemPickerView/ItemsPicker.storyboard index 01d4572f..51fb83b9 100644 --- a/GMERemittance/Library/ItemPickerView/ItemsPicker.storyboard +++ b/GMERemittance/Library/ItemPickerView/ItemsPicker.storyboard @@ -1,12 +1,11 @@ - + - - + @@ -31,7 +30,7 @@ - + @@ -75,7 +74,7 @@ - + @@ -110,7 +109,7 @@ diff --git a/GMERemittance/Module/SendMoney/SendMoneyPaymentMode/User Interface/View/BankBranchPicker/BankBranchPicker.storyboard b/GMERemittance/Module/SendMoney/SendMoneyPaymentMode/User Interface/View/BankBranchPicker/BankBranchPicker.storyboard index 2cdab777..177892a5 100644 --- a/GMERemittance/Module/SendMoney/SendMoneyPaymentMode/User Interface/View/BankBranchPicker/BankBranchPicker.storyboard +++ b/GMERemittance/Module/SendMoney/SendMoneyPaymentMode/User Interface/View/BankBranchPicker/BankBranchPicker.storyboard @@ -1,12 +1,11 @@ - + - - + @@ -31,7 +30,7 @@ - + @@ -75,7 +74,7 @@ - + @@ -110,7 +109,7 @@ - + - + @@ -134,17 +133,17 @@ - + - + @@ -152,7 +151,7 @@ - + @@ -173,7 +172,7 @@ - + @@ -265,6 +264,6 @@ - + diff --git a/GMERemittance/Module/SendMoney/SendMoneyPaymentMode/User Interface/View/ViewModels/BankPicker/BankPicker.storyboard b/GMERemittance/Module/SendMoney/SendMoneyPaymentMode/User Interface/View/ViewModels/BankPicker/BankPicker.storyboard index dde42b4e..6b546392 100644 --- a/GMERemittance/Module/SendMoney/SendMoneyPaymentMode/User Interface/View/ViewModels/BankPicker/BankPicker.storyboard +++ b/GMERemittance/Module/SendMoney/SendMoneyPaymentMode/User Interface/View/ViewModels/BankPicker/BankPicker.storyboard @@ -1,12 +1,11 @@ - + - - + @@ -31,7 +30,7 @@ - + @@ -75,7 +74,7 @@ - + @@ -110,7 +109,7 @@ diff --git a/GMERemittance/Recipient/RecipientListViewController.swift b/GMERemittance/Recipient/RecipientListViewController.swift index 3afec33e..05f96a97 100644 --- a/GMERemittance/Recipient/RecipientListViewController.swift +++ b/GMERemittance/Recipient/RecipientListViewController.swift @@ -27,6 +27,8 @@ class RecipientListViewController: UIViewController { } } } + + var acunts: [Account]? // MARK:- Life Cycle @@ -161,6 +163,8 @@ extension RecipientListViewController: UITableViewDelegate,UITableViewDataSource let myUsername = defaults.string(forKey: "com.gmeremit.username") ?? "" self.fetchReciepientList(username: myUsername, success: { (reciepients) in self.hideProgressHud() + // TODO +// self.acunts = accounts self.reciepients = reciepients }) { (error) in self.hideProgressHud()