Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talisk/iphonexadaptationtips
The latest iOS device, iPhone X's adaptation tips
https://github.com/talisk/iphonexadaptationtips
Last synced: about 1 month ago
JSON representation
The latest iOS device, iPhone X's adaptation tips
- Host: GitHub
- URL: https://github.com/talisk/iphonexadaptationtips
- Owner: talisk
- Created: 2017-09-15T09:50:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T12:08:39.000Z (over 7 years ago)
- Last Synced: 2024-10-15T20:25:03.698Z (3 months ago)
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iPhoneXAdaptationTips
The latest iOS device, iPhone X's adaptation tips[中文版](https://github.com/talisk/iPhoneXAdaptationTips/blob/master/CHINESE.md)
**Now, the iPhone X Simulator has integrated into the Xcode 9 GM. You can download Xcode 9 GM at https://developer.apple.com**
## Adaptation Guides
[iOS Human Interface Guidlines - iPhone X](https://developer.apple.com/ios/human-interface-guidelines/overview/iphone-x/)
## Tips
### Q: App cannot fills in the blank below UITabBar and the blank above the UINavigationBar
Solution:
You should add a LaunchImage in the Images.xcassets for iPhone X. The new LaunchImage's size is 1125px * 2436px, and pel density is 458ppi.
The Images.xcassets created by old version Xcode doesn't include the iPhone X version Image Set, you should create a new Image Set to replace the old one.
Before adding Launch Image, the UIViewController instance's view size is 375pt * 667pt.
## Contributions
Welcome contribute to the repository. Raise issues if you have any questions.