suyuexin

Updated iPhone适配 (markdown)

## 适配的方案
**方法1**
**方法1: **
#define LayOutForScaleIPhone6P(offsetForIPhone6) ([DeviceTools is5p5InchPhone] ? (1.294 * offsetForIPhone6) : LayOutForScale(offsetForIPhone6))
**方法2**
**方法2: **
#define LayoutForFitIPhone6P(offsetForIPhone6,offsetForIPhone6P) ([DeviceTools is5p5InchPhone] ? offsetForIPhone6P : LayOutForScale(offsetForIPhone6))
**返回值:**
哈哈
\ No newline at end of file
... ...