Browse Source

added animations in exchange module

pull/1/head
gme_2 6 years ago
parent
commit
55b53c3ab1
  1. 1
      GMERemittance/Module/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRateViewController.swift

1
GMERemittance/Module/SendMoneyExchangeRate/User Interface/View/SendMoneyExchangeRateViewController.swift

@ -225,6 +225,7 @@ class SendMoneyExchangeRateViewController: UIViewController {
}
private func configureViews() {
self.exchangeRateModel = nil
self.exchangeRateLabel.isHidden = true
self.exchangeRateLabel.alpha = 0
self.transferFeeInfoLabel.isHidden = true

Loading…
Cancel
Save