I have a notification view which I'm adding to the application's window after launch, so it hovers above all other views.
When the user rotates the device, the view does not autoresize like those owned by a UIViewController.
Is there a way to manually ask for the view's autoresizingMask to be applied? Or, alternatively, how can I have a view with no view controller be resized on device rotation?