Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can I put a scrollable text field on a uialertview?

I am needing to alert something for an answer for a trivia game iOS app I am writing. I have an alert view that pops up and shows a scrollable uitextview...is Apple going to ding me for that? What are my options for showing large amounts of text in my alert?

Thanks!!

like image 690
Jerry Avatar asked Feb 03 '26 14:02

Jerry


1 Answers

I think that showing UITextView is ok. Moreover it seems that Apple actually does the same thing - if you try to display very long text in UIAlertView then it will be displayed in scrollable UITextView automatically

P.S. and it also uses UITableView instead of buttons if you set too many button names.

like image 135
Vladimir Avatar answered Feb 05 '26 04:02

Vladimir



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!