diff --git a/GME Remit/Modules/RemittanceModules/OverseasModules/TermsAndCondition/User Interface/View/TermsAndConditionViewController.swift b/GME Remit/Modules/RemittanceModules/OverseasModules/TermsAndCondition/User Interface/View/TermsAndConditionViewController.swift index 09117f6b..5d4ac839 100644 --- a/GME Remit/Modules/RemittanceModules/OverseasModules/TermsAndCondition/User Interface/View/TermsAndConditionViewController.swift +++ b/GME Remit/Modules/RemittanceModules/OverseasModules/TermsAndCondition/User Interface/View/TermsAndConditionViewController.swift @@ -59,6 +59,7 @@ class TermsAndConditionViewController: UIViewController { super.viewDidLoad() var url: URL? if fromBeneficiary == true { + self.showLoading() url = URL(string: "https://mobile.japanremit.com:8443/Document/TermsAndConditions/BeneReg_TermsAndConditions.html")! } else { url = URL(string: "https://mobile.japanremit.com:8443/Document/TermsAndConditions/Trx_TermsAndConditions.html")! @@ -228,7 +229,7 @@ extension TermsAndConditionViewController: WKNavigationDelegate, UIScrollViewDel } func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) { - + self.hideLoading() isURLLoaded = true }