From c47d6158f067dfab180d9b6a268da378dd106453 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Wed, 13 Mar 2019 11:33:04 +0900 Subject: [PATCH] autodebit hidden --- GMERemittance/SideMenu/SideMenu.storyboard | 12 ++++++------ GMERemittance/SideMenu/SideMenuViewController.swift | 6 ++++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/GMERemittance/SideMenu/SideMenu.storyboard b/GMERemittance/SideMenu/SideMenu.storyboard index 85f24780..481af976 100644 --- a/GMERemittance/SideMenu/SideMenu.storyboard +++ b/GMERemittance/SideMenu/SideMenu.storyboard @@ -179,10 +179,10 @@ - + - - + - + @@ -317,7 +317,7 @@ - + @@ -386,7 +386,7 @@ - + diff --git a/GMERemittance/SideMenu/SideMenuViewController.swift b/GMERemittance/SideMenu/SideMenuViewController.swift index 2f41bc46..488d2a53 100644 --- a/GMERemittance/SideMenu/SideMenuViewController.swift +++ b/GMERemittance/SideMenu/SideMenuViewController.swift @@ -91,7 +91,8 @@ class SideMenuViewController: UIViewController { let shouldShowWithdrawButton = Utility.pennyTestVerified() && Utility.isVerifiedUser() self.withdrawButton.isHidden = !shouldShowWithdrawButton - self.manageAccountStackView.isHidden = !shouldShowWithdrawButton +// self.manageAccountStackView.isHidden = !shouldShowWithdrawButton + self.manageAccountStackView.isHidden = true self.view.backgroundColor = AppConstants.themeRedColor self.roundedBgView.layer.cornerRadius = 20 @@ -115,7 +116,8 @@ class SideMenuViewController: UIViewController { self.labelBalance.text = balance let shouldShowWithdrawButton = Utility.pennyTestVerified() && Utility.isVerifiedUser() self.withdrawButton.isHidden = !shouldShowWithdrawButton - self.manageAccountStackView.isHidden = !shouldShowWithdrawButton +// self.manageAccountStackView.isHidden = !shouldShowWithdrawButton + self.manageAccountStackView.isHidden = true } private func setupBlueBackGroundTheme() {