I have added an image of three dimensions to Assets.xcassets
back.png with size 18 x 14 pixels
[email protected] with size 36 x 28 pixels
[email protected] with size 54 x 42 pixels
I have set the image property of UIButton as "back" in Attributes Inspector. On running the application on iPad Pro(12.9-inch 3rd generation), Xcode should automatically populate [email protected] as image on that UIButton. But, its loading lowest resolution image i.e. back.png, on the UIButton.
Please assist as I need to load higher pixels image for iPad's.