mowoods / Dropbox

0 stars 0 forks source link

Got stuck at the "Sign out of Dropbox..." #1

Open mowoods opened 9 years ago

mowoods commented 9 years ago

Hello @codepathreview, I uploaded my latest file, basically where I got stuck at. I am not sure if I arrived at a bug or not. Basically, I linked the sign out of dropbox button to a navigation sequence, "SignInViewController", and now the push sequence does not work. If I go in to the sequence from the "Welcome3" "Sign In" button, the push works. Not sure what I am doing wrong. I get this error, "Terminating app due to uncaught exception 'NSGenericException', reason: 'Push segues can only be used when the source controller is managed by an instance of UINavigationController."

timothy1ee commented 9 years ago

When signing out, make sure it points to the navigation controller, which is the screen before the one you're currently pointing to.