Launch Image names of iPhoneX?

后端 未结 5 1603
渐次进展
渐次进展 2021-02-07 01:12

A question about iPhoneX. I want put Launch Image of iPhoneX( 1125px × 2436px) in common folder. Not in LaunchImage source. What\'s the Launch Image names of iPhoneX? just

5条回答
  •  野性不改
    2021-02-07 01:31

    If the launchImage source name is 'LaunchImage'.

    The name should be [UIImage imageNamed:@"LaunchImage-1100-2436h@3x.png"]

    PS: how to find it ?

    1. step 1. Open the bundle directory like /Users/hite/Library/Developer/CoreSimulator/Devices/5CFE3CFA-94F8-45EC-BAC5-xxx2/
    2. Find your application file like myFit.app, and Show Package Contents .
    3. search for the 3x.png to get the image name.

提交回复
热议问题