Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Programming \ iOS development -Launch Image and Launchscreen     - Linux System Administrator common interview questions and answers 30 (Linux)

- [SHELL] MySQL primary recovery solution from + Keepalived online (Server)

- FreeRadius installation process record (Linux)

- Linux Nginx installation and configuration instructions (Server)

- Nginx logging client ip (Server)

- How to manage your to-do list with the Go For It on Ubuntu (Linux)

- Java memory area Explanation (Programming)

- VNC configuration detailed analysis under Linux (Linux)

- Linux cut Command Study Notes (Linux)

- Workspace Go language and environment variables GOPATH (Linux)

- MongoDB version 3.2 WiredTiger storage engine performance tests (Database)

- Binary tree traversal: the first sequence in order preorder recursive and non-recursive and traversal sequence (Programming)

- Python 3 for instructions encoded string conversion (Programming)

- Zabbix monitors the status of TCP connections (Server)

- Linux System Getting Started Learning: Using yum to download the RPM package without installing (Linux)

- Package the Python script file into an executable file (Programming)

- Ubuntu: HDF5 error: HDF5 header version does not match with the HDF5 library (Linux)

- To compile and install Clang 3.5.0 in Linux CentOS (Linux)

- Linux operating system Samba server configuration and use (Server)

- Dalvik heap memory management and recycling (Linux)

 
         
  iOS development -Launch Image and Launchscreen
     
  Add Date : 2018-11-21      
         
         
         
  Launch Image App is the start picture, LaunchScreen functional iOS8 after the app you can set both the start picture. After iOS8 official recommended the use of Launch screen.xib, xib's start by setting ImageView images of two methods are more suitable for development use.

Launch Image Information

Launch Image mode should be the most common way, you first need to create a Launch Image

2. Modify settings and support the machine type, give different for different screen sizes:

3.iOS7 / iOS8 need to use size, iPhone6p of 1242x2208, or 1080x1920 (Retina HD 5.5); iPhone6 of 750x1334 (Retina HD 4.7) 4-inch screen (iPhone5 / 5s) of 640x1136 (Retina 4), 3.5-inch (iPhone4 / 4s) of 640x960, it is 2x;

If you are the size of the screen is not very clear, then you can refer to Apple's official documentation https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html#//apple_ref/doc/uid/TP40006556 -CH27-SW1

5. The last step is set, you need to set up inside the selected LaunchImage in general, while LaunchScreen set to null.
LaunchScreen way

LaucnScreen.xib relatively simple, and settings directly in xib, such as adding a ImageView, set the background image

3x is 1080 * 1920 (iPhone6p), Retina 4 2x is 640 * 1136 (iPhone5s), 2x size 750 * 1334 (iPhone6), iPhone4s also used 2x;

Two methods are relatively simple, the weekend, I hope we can play happy point ~
     
         
         
         
  More:      
 
- Struts2 : combobox label use (Programming)
- Compiling source code Nginx module installation subs_filter (Server)
- Oracle to read and modify the data block process (Database)
- Java Set and List in the relationship and difference (Programming)
- Gentoo: startx problem appears Failed to load module (Linux)
- Linux crontab (Linux)
- Linux C source code (sockettype: socket descriptor determination function) (Programming)
- Spark build standalone version cluster (Server)
- Oracle user password problem (Database)
- VNC configuration detailed analysis under Linux (Linux)
- Install mono offline on CentOS (Server)
- Tomcat configuration memory and remote debug port (Server)
- C ++ function object (Programming)
- Oracle PL / SQL based cursor (Database)
- ORA-12545: Connection failed because the target host or object does not exist (Database)
- C ++ overloaded stream insertion operator and the stream extraction operator (Programming)
- Getting Started with Linux system to learn: how to install the Shrew Soft IPsec VPN on Linux (Linux)
- Ubuntu 14.04 build Hadoop 2.5.1 standalone and pseudo-distributed environment (32-bit) (Server)
- Ubuntu 15.04 and CentOS 7 to deploy .NET, Mono and DNX (Server)
- Red Hat Linux mount U disk (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.