Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
suyuexin
2015-12-01 17:05:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
501fad934da081298c694f78eebbc04fe8198c45
501fad93
1 parent
5888b048
Updated iPhone适配 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
iPhone适配.md
iPhone适配.md
View file @
501fad9
## 方法一
**适配的前提:**
## 适配的前提
原来设计图的约束数值都是按照iPhone6的设计给的,在项目中都是按照5(4-inch)的数值实际使用的
## 方法一
**方法名:**
`#define LayOutForScaleIPhone6P(offsetForIPhone6) ([DeviceTools is5p5InchPhone] ? (1.294 * offsetForIPhone6) : LayOutForScale(offsetForIPhone6))`
...
...
Please
register
or
login
to post a comment