ChenYilong / ChenYilong/iOS11AdaptationTips
iPhoneX adaptation
- Dominant language
- No language data
- Stars
- 477
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
add this to `Images.xcassets/LaunchImage.launchimage/Contents.json`
```Objective-C
{
"extent" : "full-screen",
"idiom" : "iphone",
"subtype" : "2436h",
"filename" : "iPhonex-portrait@3x.png",
"minimum-system-version" : "11.0",
"orientation" : "portrait",
"scale" : "3x"
},
{
"extent" : "full-screen",
"idiom" : "iphone",
"subtype" : "2436h",
"filename" : "iPhonex-landscape@3x.png",
"minimum-system-version" : "11.0",
"orientation" : "landscape",
"scale" : "3x"
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.