Browse Source

animation control added

pull/1/head
ccr 6 years ago
parent
commit
55a2137cf7
  1. 4
      GMERemittance/Module/Login/User Interface/View/LoginViewController.swift

4
GMERemittance/Module/Login/User Interface/View/LoginViewController.swift

@ -62,6 +62,10 @@ class LoginViewController: UIViewController {
private func setup() { private func setup() {
// all setup should be done here // all setup should be done here
setupNavBar() setupNavBar()
showAnimation()
}
func showAnimation() {
setupInitialPositionsOfviews() setupInitialPositionsOfviews()
animateViews() animateViews()
} }

Loading…
Cancel
Save