I have a notification that I add to the application window after launch, so it hovers over all the other views.
When the user rotates the device, the view does not perform automation, like those that belong UIViewController.
Is there a way to manually request a view autoresizingMaskfor application? Or, alternatively, how can I view a view without controlling the size of the image while rotating the device?
source
share