IOS images. xcassets usage, iosimages. xcassets
Recently I have been studying images. xcassets, which is actually very simple. Some tutorials on the Internet are complicated. So, write it yourself.
Step 1: Find images. xcassets on the Internet and click.
Step 2: Right-click the space where the LaunchImage is located and select New App Icon. Then, AppIcon is generated on the left.
Step 3: add the icon to the project. Then, drag the mouse to the frame of the above line of iPhone. Be sure to drag all the boxes to full. Otherwise, the operation fails.
Step 4. The final result is as follows.
How to Set launch images in xcode51
In the list of Xcode project files, find the images. xcassets generated by the system. The two items generated by the system are AppIcon and LaunchImage. If you set LaunchImage, select LaunchImage. There are different boxes depending on the iOS version and the device. Drag the image to the box. You don't have to fill it all up, depending on your needs. The same is true for AppIcon.
How to use controls for video playback in iOS?
MPMoviePlayerController for Video Playback!
I have led a team to develop Apple applications. At that time, I used this. I had to search for answers and usage on Baidu or Baidu.