Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Incorrect UIAlertView button when 1-cancel 1-other #136

Closed
inamiy opened this issue Apr 24, 2013 · 0 comments
Closed

Incorrect UIAlertView button when 1-cancel 1-other #136

inamiy opened this issue Apr 24, 2013 · 0 comments

Comments

@inamiy
Copy link
Contributor

inamiy commented Apr 24, 2013

Relating to issue #120, cancel-button's layout gets wrong when there is only 1 other button.
For example:

// non-BlocksKit
UIAlertView* alert = [[UIAlertView alloc] initWithTitle:nil message:@"test" delegate:nil cancelButtonTitle:@"Cancel" otherButtonTitles:@"OK",nil];
[alert show];

will display 'Cancel' on the left, and 'OK' on the right by default.
Please check!

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

2 participants