In iPAD I want to use different image in both portrait and landscape mode in the launch screen. But there is no logic support in the launch screen And in iPAD the width and height is always regular so the size classes are not working
Any way to implement this?
Many thanks
@johnsmithnew Any particular reason why you might want to use different images based on the layout?
The launch screen is static so you might be better off applying layout constraints in the launch screen storyboard to support different layouts.
Launch screens and Specifying your app’s launch screen article covers the topic extensively.