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:01:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a3476ca72e80fb06a10da315c41225aa1787e547
a3476ca7
1 parent
86bdbda9
Updated iPhone适配 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
iPhone适配.md
iPhone适配.md
View file @
a3476ca
## 方法一
**方法名:**
'#define LayOutForScaleIPhone6P(offsetForIPhone6) (
[
DeviceTools is5p5InchPhone
]
? (1.294
*
offsetForIPhone6) : LayOutForScale(offsetForIPhone6))'
`#define LayOutForScaleIPhone6P(offsetForIPhone6) ([DeviceTools is5p5InchPhone] ? (1.294 * offsetForIPhone6) : LayOutForScale(offsetForIPhone6))`
**适用环境:**
...
...
@@ -17,4 +17,4 @@
**适用环境:**
\ No newline at end of file
在
\ No newline at end of file
...
...
Please
register
or
login
to post a comment