Browse Source

user info fetched in view load dasboard

pull/1/head
ccr 6 years ago
parent
commit
4faef13fdf
  1. BIN
      GMERemittance.xcworkspace/xcuserdata/shishir.xcuserdatad/UserInterfaceState.xcuserstate
  2. 1
      GMERemittance/Module/Home/User Interface/View/HomeViewController.swift

BIN
GMERemittance.xcworkspace/xcuserdata/shishir.xcuserdatad/UserInterfaceState.xcuserstate

1
GMERemittance/Module/Home/User Interface/View/HomeViewController.swift

@ -88,6 +88,7 @@ class HomeViewController: UIViewController, UICollectionViewDelegateFlowLayout {
setupDelegates()
setupNotifications()
self.addRefreshControlTableView()
self.presenter?.refreshData()
}
private func setupNavigationNotifications() {

Loading…
Cancel
Save