Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Does not work with UIActionSheet #1

Closed
ilhamyputra opened this issue Jan 25, 2015 · 0 comments
Closed

Does not work with UIActionSheet #1

ilhamyputra opened this issue Jan 25, 2015 · 0 comments

Comments

@ilhamyputra
Copy link

  • (void)actionSheet:(UIActionSheet *)popup clickedButtonAtIndex:(NSInteger)buttonIndex {
    switch (buttonIndex) {
    case 0:
    [_fgController showImage:[UIImage imageNamed:@"image.jpg"]];
    break;
    default:
    break;
    }
    }

It showed and immediately closed the image.

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

No branches or pull requests

1 participant