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

SCLAlertView's button does not show up on iOS 7 #81

Closed
wimbledon opened this issue Mar 17, 2015 · 7 comments
Closed

SCLAlertView's button does not show up on iOS 7 #81

wimbledon opened this issue Mar 17, 2015 · 7 comments
Assignees
Labels

Comments

@wimbledon
Copy link

In version 0.5.7,
SCLAlertView's button does not show up on iOS 7.1.2 and the dismiss gestures does not work anymore...

@wimbledon
Copy link
Author

I confirm that everything still works fine in version 0.5.6; and it works on iOS 8 in version 0.5.7

@dogo
Copy link
Owner

dogo commented Mar 17, 2015

Yep! If you need iOS 7.X support please use the 0.5.6 version. Until I fix

Thank you

@dogo dogo added the bug label Mar 17, 2015
@dogo dogo self-assigned this Mar 17, 2015
@dogo
Copy link
Owner

dogo commented Mar 17, 2015

Please update to SCLAlertView-Objective-C (0.5.8)

@russellquinn
Copy link

The button I add with addButton doesn't show up on iOS 8.2, with 0.5.8.

There's space made for it in the view, but no button.

@dogo
Copy link
Owner

dogo commented Mar 18, 2015

Post your code please

@russellquinn
Copy link

[alert showError:self.mainNavigationController title:@"title" subTitle:@"subtitle" closeButtonTitle:@"text" duration:0.0f];

 SCLButton *yesButton = [alert addButton:@"text" actionBlock:^(void) {
     //my action
}];

@dogo
Copy link
Owner

dogo commented Mar 18, 2015

Weird seems fine here, but anyway I just release a new version. Please test with 0.5.9

@dogo dogo closed this as completed Mar 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants