I got an error message during navigating from first view controller to second view controller. My coding is like this one
let vc = LoginViewController(nibNam
let vc = DetailUserViewController() vc.userdetails = userViewModels[indexPath.row] self.navigationController?.pushViewController(vc, animated: true)