Recently, I encountered a problem during iOS development. I found that the color was too high when I tested the image on a real machine. In order to make it easy for art to see the effect on the real machine in time, I thought of a simple method.
1. A Web server is deployed in the unit. The directory contains only one HTML page named test.html.
<HTML xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Title> imageviewer </title>
</Head>
<Body>
<Center>
</Center>
</Body>
</Html>
2. Internal testing of the organization, without considering security, so the images/directory is shared with art. Then, you can directly upload the Directory through the shared folder on the machine and replace the ui.png image.
3. Open the iPhone or iPad device, open the Safari browser, enter the Web server address and Page name, and you will be able to see the picture.
4. Now,ProgramIt's time for us to get rid of the art, improve efficiency, and ensure social harmony.