My Code is
else if indexPath.row == 4 {
FUser.logOutCurrentUser { (success) in
if success {
tableView.deselectRow(at: indexPath, animated: true)
let vc = UIStoryboard.init(name: "Main", bundle: nil).instantiateViewController(identifier: "welcome") as! Login_VC
self.present(vc, animated: true, completion: nil)
} else {
self.alertController(title: "Alert !", message: "Network error. Try again in sometime.", titleAction: "Ok")
}
} // end of fuser
} // end of else index 4