Question

I want to have a UIScrollView that is inside of my UIAlertView. Code would be greatly appreciated.

Was it helpful?

Solution

You should be able to use -addSubview, however, I'd recommend you don't. Apple intends alert views to be simple, informational, and be quickly dismissed. Thus, aside from the fact that it would look pretty unsightly, it would be against the spirit, if not the letter, of the HIG.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top