Browse Source

image added crash avouded

pull/1/head
ccr 6 years ago
parent
commit
a68deb6be0
  1. 5
      GMERemittance/Module/Home/User Interface/View/HomeViewController.swift

5
GMERemittance/Module/Home/User Interface/View/HomeViewController.swift

@ -279,8 +279,9 @@ class HomeViewController: UIViewController, UICollectionViewDelegateFlowLayout {
if didNotSubmitKycAndNotVerified() {
verificationTitleLabel.text = "Verify your Account"
self.verificationText.text = "Kindly complete your registration process with us to start using GME services."
self.verificationHeaderLeftImageview.image = #imageLiteral(resourceName: "Page 1.png")
self.verificationHeaderRightButton.setImage(#imageLiteral(resourceName: "Group 15.png"), for: UIControlState.normal)
self.verificationHeaderLeftImageview.image = UIImage.init(named: "ic_home_verified")
let image = UIImage.init(named: "ic_home_payoutLocation")
self.verificationHeaderRightButton.setImage(image, for: UIControlState.normal)
}else if shouldShowPennyTestError() {
verificationTitleLabel.text = "Continue the registration process"
self.verificationText.text = "Please complete your primary bank account verification process."

Loading…
Cancel
Save