Browse Source

withdraw visibility fixed

pull/1/head
ccr 6 years ago
parent
commit
220e170dc1
  1. 1
      GMERemittance/Profile/Profile.storyboard
  2. 2
      GMERemittance/Profile/ProfileViewController.swift

1
GMERemittance/Profile/Profile.storyboard

@ -291,6 +291,7 @@
<outlet property="labelMobileNumber" destination="dmN-OS-njR" id="24y-nl-WKQ"/>
<outlet property="labelUserName" destination="RTV-0I-Wek" id="vT7-GX-0jq"/>
<outlet property="labelUserProfileName" destination="a9d-Ej-Ijh" id="Tez-wL-bu0"/>
<outlet property="withdrawButton" destination="Upd-kh-obI" id="9bq-Il-Lsp"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="aCj-wy-8sG" userLabel="First Responder" sceneMemberID="firstResponder"/>

2
GMERemittance/Profile/ProfileViewController.swift

@ -11,6 +11,7 @@ class ProfileViewController: UIViewController {
@IBOutlet weak var labelMobileNumber: UILabel!
@IBOutlet weak var labelBalance: UILabel!
@IBOutlet weak var withdrawButton: UIButton!
var profileImage: UIImage!
public static var profileConnectionTimeOutCheck = 0
@ -20,6 +21,7 @@ class ProfileViewController: UIViewController {
// self.setupPicturedNavBar()
self.setupNormalNavigation()
self.navigationItem.title = "Profile"
self.withdrawButton.isHidden = !Utility.pennyTestVerified()
show()
}

Loading…
Cancel
Save