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

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