Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Fix 'cancel' button bug #16

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Fix 'cancel' button bug #16

wants to merge 8 commits into from

Conversation

ayhoung
Copy link

@ayhoung ayhoung commented Apr 25, 2014

  • (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
    {
    if (buttonIndex != actionSheet.cancelButtonIndex) {
    ...
    } else {
    [self oldLogin]; <-- this shouldn't be here
    }
    }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants