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

I called [alert show],But nothing happened... why? #200

Open
shenguanjiejie opened this issue Mar 28, 2017 · 0 comments
Open

I called [alert show],But nothing happened... why? #200

shenguanjiejie opened this issue Mar 28, 2017 · 0 comments

Comments

@shenguanjiejie
Copy link

FUIAlertView *alert = [[FUIAlertView alloc] initWithTitle:@"没有输入" message:@"密码不能为空" delegate:nil cancelButtonTitle:@"知道了" otherButtonTitles:nil, nil];
alert.titleLabel.textColor = [UIColor cloudsColor];
alert.titleLabel.font = [UIFont boldFlatFontOfSize:16];
alert.messageLabel.textColor = [UIColor cloudsColor];
alert.messageLabel.font = [UIFont flatFontOfSize:14];
alert.backgroundOverlay.backgroundColor = [[UIColor cloudsColor] colorWithAlphaComponent:0.8];
alert.alertContainer.backgroundColor = [UIColor midnightBlueColor];
[alert show];

@shenguanjiejie shenguanjiejie changed the title I called [alert show],But nothing happend... why? I called [alert show],But nothing happened... why? Mar 28, 2017
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