I want to have a UIScrollView
that is inside of my UIAlertView
. Code would be greatly appreciated.
views:
115answers:
1
+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
2010-01-07 23:58:05
Actually, look at the Wifi indicator. Its fine, as long as it is easy to use.
chpwn
2010-01-08 02:03:52