-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
calling a method when a menuitem is tapped? #122
Comments
Hi mradlmaier,
|
But that would mean, that I have to change the whole thing to use dynamic prototype cells? Is there no way to do this with static cells?
|
You can try to link the Log Out cell to a specific segue and implement the LogOut process in a different view controller. |
I have a logout method which I want to call when a menuitem "Logout" is tapped to perform the logout. I am using storyboards.
Is this possible?
If yes, what code should such a method contain?
The text was updated successfully, but these errors were encountered: