views:

115

answers:

1

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

+3  A: 

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.

Ben Gottlieb
Actually, look at the Wifi indicator. Its fine, as long as it is easy to use.
chpwn