0

I'm desperately trying to find a way to make a custom UIAlertView that allows to display long texts and that would also allow to scroll the text as well. It seems to be possible since I've seen a few apps that do it (biteSms for instance) but I don't know how to do it.

Could someone help me please and tell me if any of you has managed to do it ?

Thanks for your help.

Miky Mike

asdfjklqwer
  • 3,536
  • 21
  • 19
Miky Mike
  • 341
  • 6
  • 17

1 Answers1

1

Check the two answers here.

Community
  • 1
  • 1
Altealice
  • 3,572
  • 3
  • 21
  • 41
  • Hi guys, thanks, I'll give it a try and tell you about it. Is that one scrolling ? I think I saw that page overnight but I wasn't sure it would meet my needs. I'll try it anyway. Thanks for the tip in the mean time. Have a nice day and all the best ! – Miky Mike Dec 31 '10 at 11:00
  • If you want scrolling, it would be better to go with my answer to that question: create your own view controller and present it using `presentModalViewController:animated:`. – Altealice Dec 31 '10 at 13:26