Browse Source

major changes

pull/1/head
gme_2 6 years ago
parent
commit
ffc2aeeea5
  1. 5
      GMERemittance/Module/GmeContacts/User Interface/View/GmeContactsViewController.swift
  2. 2
      GMERemittance/Module/SendMoney/SendMoneyParent/User Interface/View/SendMoneyParentViewController.swift

5
GMERemittance/Module/GmeContacts/User Interface/View/GmeContactsViewController.swift

@ -33,6 +33,11 @@ class GmeContactsViewController: UIViewController {
self.setup()
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.navigationItem.title = "Branch"
}
// MARK: IBActions
// MARK: Other Functions

2
GMERemittance/Module/SendMoney/SendMoneyParent/User Interface/View/SendMoneyParentViewController.swift

@ -46,7 +46,7 @@ class SendMoneyParentViewController: UIViewController {
struct Constants {
static let stateRedColor = UIColor.init(hex: "#EC1C24")
static let stateGreenColor = UIColor.init(hex: "8CC241")
static let stateGreenColor = AppConstants.themeBlueColor
static let stateLabelGreyColor = UIColor.init(hex: "4a4a4a")
}

Loading…
Cancel
Save