I have a navigation bar that uses a custom image for the background. Along with some images for buttons UIBarButtonItems.
When the device is rotated the navigation bar height is obviously changed to 32px instead of 44px.
Is it best practice to then make another image to be used for the navigation bar background or create stretchable images instead?