Skip to content
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

Breaks scroll to top. #95

Open
ghost opened this issue Mar 3, 2015 · 1 comment
Open

Breaks scroll to top. #95

ghost opened this issue Mar 3, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 3, 2015

So in my view I have a copy url function which fires the alert view. Everything works as it should, but when I press ok and try to scroll to top by the status bar, it won't work. Before the alert, all is fine.

Here is how I call it.


SIAlertView *alertView = [[SIAlertView alloc] initWithTitle:@"URL successfully copied to the clipboard." andMessage:nil];
        [alertView addButtonWithTitle:@"OK"
                                 type:SIAlertViewButtonTypeCancel
                              handler:^(SIAlertView *alert) {

                                  NSLog(@"OK Clicked");
                              }];

        alertView.transitionStyle = SIAlertViewTransitionStyleDropDown;
        [alertView show];
        [alertView release];

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

No branches or pull requests

1 participant