You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>'
The text was updated successfully, but these errors were encountered:
Interesting, could you please provide me with a reproducible setup? (ie how you initiate SwipeViewController and such) If not, at least provide me with some more details, so I can look into this properly 🙂
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>'
The text was updated successfully, but these errors were encountered: