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

How to add in multiple subtitle in an alert view? #266

Closed
tester87 opened this issue Jun 10, 2018 · 4 comments
Closed

How to add in multiple subtitle in an alert view? #266

tester87 opened this issue Jun 10, 2018 · 4 comments

Comments

@tester87
Copy link

hi all,

How can I add in multiple subtiltle in an alert?
Please help. thank you

@Liqiankun
Copy link
Contributor

Do you see this?

[alert showSuccess:self title:@"Hello World" subTitle:@"This is a more descriptive text." closeButtonTitle:@"Done" duration:0.0f];

@tester87
Copy link
Author

Hi LiquanKun, Yes, I saw this but how can I add in multiple subtitle? Such as
[alert showSuccess:self title:@"Hello World" subTitle:@"111" subTitle2:@"222." closeButtonTitle:@"Done" duration:0.0f];

@dogo
Copy link
Owner

dogo commented Jun 11, 2018

Hi @tester87 , it's not possible add multiple subtitles, but you can add a subtitle with break lines

@Liqiankun
Copy link
Contributor

@dogo Good idea!

@dogo dogo closed this as completed Jun 12, 2018
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

3 participants