An important aspect of the iOS software development process is the adaptation of the system and the screen to fit the system is mainly IOS7 after and before and IOS8 new features, screen adaptation is mainly to different devices using different layouts to show the best results to the user.
For system adaptation:
IOS7 after and before
<span style= "Font-size:18px;background-color:rgb (255, 255, 255); > #define Iosversion [[[Uidevice Currentdevice] systemversion] floatvalue] #define Isios7later ! ( Iosversion < 7.0) </span>
The system needs to be adapted with the following points:
1. (StatusBar) statusbarheight height iOS7 after StatusBar is suspended above the screen so the control layout needs to be added 20 and not required before IOS7
2. Label text adaptive needs to be adapted
3. (iOS8 adaptation) Uialertcontroller Uialertaction-ios8 instead of Uialertview
4. (iOS8 adaptation) iOS8 new location judgment, info.plist file settings two properties for positioning needs adaptation
Screen fit (the picture system will automatically recognize the need for a few times the graph)
1. The requirements can be scaled to achieve a suitable
2. High-demand, automatic layout to achieve the most accurate adaptation
iOS development screen adaptation and system version adaptation