Is it possibe to put an MPVolumeView in a UIAlertView?
I have tried to put it inside of it, but it does not display. It may be the sizeToFit or
sizeToFit
I think initing the VolumeView with the VolumeAlert's frame would cause problems. Since VolumeAlert's frame is never being set (before VolumeView's frame is set), you can't depend on it being any size.