I have a bottom bar with just buttons for each button I call:
if let navController = self.navigationController as? SwipeViewController {
navController.scrollToNextViewController(2)
}
But I get this error
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unexpected view controller: <HooHa.ProfileViewController: 0x16006da00>'