I have used this tutorial video for implementing the splash screen on the ios app. Like the tutorial video, I have added a launch screen file and insert the logo and strip images into it. It is working almost fine on iPhone devices but when it comes to iPad the logo is not in the center.
My design(Have a strip on bottom):
Current screenshot:
In iPad, the logo is not on the center and the strip is not on the footer. It behaves like an iPhone size in the IPad device. How can I center the logo and put the strip on the footer for all devices? And what is the best approach for implementing splash in ios?