Browse Source

outlet for transfer fee lable and exchange rate label added

pull/1/head
gme_2 6 years ago
parent
commit
3ba45589f1
  1. 2
      GMERemittance/Module/ExchangeRate.storyboard
  2. 4
      GMERemittance/Module/ExchangeRateViewControllerV2.swift

2
GMERemittance/Module/ExchangeRate.storyboard

@ -412,8 +412,10 @@
<outlet property="dropDownImageView" destination="xpN-Wm-8Uh" id="IC7-Fv-21R"/> <outlet property="dropDownImageView" destination="xpN-Wm-8Uh" id="IC7-Fv-21R"/>
<outlet property="exchangeBackground1" destination="4XL-3K-VkX" id="HTy-DT-6ON"/> <outlet property="exchangeBackground1" destination="4XL-3K-VkX" id="HTy-DT-6ON"/>
<outlet property="exchangeBackground2" destination="69X-Pz-6k0" id="Pg6-gT-p08"/> <outlet property="exchangeBackground2" destination="69X-Pz-6k0" id="Pg6-gT-p08"/>
<outlet property="exchangeRateInfoLabel" destination="Ocd-Tf-xRW" id="3mb-xQ-63d"/>
<outlet property="reciepientTextField" destination="AYL-Cb-OKd" id="CEu-FW-tHb"/> <outlet property="reciepientTextField" destination="AYL-Cb-OKd" id="CEu-FW-tHb"/>
<outlet property="senderTextField" destination="LXB-bJ-saO" id="Qla-dK-kC8"/> <outlet property="senderTextField" destination="LXB-bJ-saO" id="Qla-dK-kC8"/>
<outlet property="transferFeeInfoLabel" destination="dSj-Fu-yac" id="Zwi-TY-mst"/>
</connections> </connections>
</viewController> </viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="VYj-EQ-txx" userLabel="First Responder" sceneMemberID="firstResponder"/> <placeholder placeholderIdentifier="IBFirstResponder" id="VYj-EQ-txx" userLabel="First Responder" sceneMemberID="firstResponder"/>

4
GMERemittance/Module/ExchangeRateViewControllerV2.swift

@ -30,6 +30,10 @@ class ExchangeRateViewControllerV2: UIViewController {
@IBOutlet weak var senderTextField: UITextField! @IBOutlet weak var senderTextField: UITextField!
@IBOutlet weak var reciepientTextField: UITextField! @IBOutlet weak var reciepientTextField: UITextField!
@IBOutlet weak var transferFeeInfoLabel: UILabel!
@IBOutlet weak var exchangeRateInfoLabel: UILabel!
var countryListTapGuesture: UITapGestureRecognizer? var countryListTapGuesture: UITapGestureRecognizer?
var exchangeModels: [ExchangeRateModel] = [] var exchangeModels: [ExchangeRateModel] = []

Loading…
Cancel
Save