iOS Simulator feature introduction about Xamarin iOS development
Introduction to IOS Simulator features
in Figure 1.38 ios Simulator iphone Span style= "line-height:1.5" >ipad device, you can use ios Simulator Test the program this article is selected from Span style= "font-family: Song Body" >xamarin iOS development actual combat
IOS Simulator can imitate the real IPhone or IPad Functions of Various functions, such as table 1-3 is shown.
Table 1-3 IOS Simulator
in the table 1-3 The functions shown are required to be noted in the IOS Simulator can only implement these functions, other functions are not implemented, such as telephone, send SMS information, obtaining location data, photographing, microphones, etc.
1. back home
if you want to map 1.38 What if the application shown is exited (a program designed for a user to complete a particular function is called an application)? You will need to select "Hardware |" in the menu bar. Home "command, effect after exiting the application, 1.41 is shown This article is selected from Xamarin iOS Development combat .
Figure 1.41 Exit Application
2. Set the application's icon
in Figure 1.41 ios The default icon, the general developer will not use this icon, but the use of their own set of icons. The steps to change the default icon are as follows:
( 1 ) Back to HelloWorld in the project, double-click Open Info.plist files, 1.42 is shown.
Figure 1.42 operation steps 1
( 2 ) found app Icons ios 7 @2x ios 7 @2x open button, the selected image is displayed on this blank area, 1.43
Figure 1.43 operation steps 2
note: in app Icons There are three blank areas. Each blank area for the ios are not the same, and the contents of the display are not the same size. The displayed content must go to meet the requirements of the blank area. For example, ios 7 @2x The corresponding blank area requires the 120x120 120x120
Click the Run button, and after the run effect exits the application, you can see the changed icon. 1.44 is shown.
Figure 1.44 Run effect
3. Rotate the screen
in the explanation IOS Simulator function, it can realize the function of screen rotation, then how to IOS Simulator rotate to make the screen choice? Its implementation is actually very simple, the developer only need to hold Command Key and a certain direction keyat the same time,1.45 to be shown.
Figure 1.45 Rotate
4. Deleting an application
when developers want to delete IOS Simulator The following steps can be used for an application on:
( 1 Long Press the icon for the application you want to delete, and after a while, a delete icon appears at the top left of the application you want to delete . 1.46 is shown.
Figure 1.46 operation steps 1
( 2 Click the Delete icon to bring up a reminder dialog box, 1.47 is shown.
figure 1.47   procedure 2 figure 1.48   effect after deletion 3
( 3 ) Click Delete button to delete this application, at which point IOS Simulator the effect 1.48 is shown This article is selected from Xamarin iOS Development combat .
iOS simulator feature introduction about Xamarin iOS development