diff --git a/GMERemittance/Module/Login/User Interface/View/LoginViewController.swift b/GMERemittance/Module/Login/User Interface/View/LoginViewController.swift index 15e20d9f..1e7fe37a 100644 --- a/GMERemittance/Module/Login/User Interface/View/LoginViewController.swift +++ b/GMERemittance/Module/Login/User Interface/View/LoginViewController.swift @@ -62,6 +62,10 @@ class LoginViewController: UIViewController { private func setup() { // all setup should be done here setupNavBar() + showAnimation() + } + + func showAnimation() { setupInitialPositionsOfviews() animateViews() }