2017-05-19 69 views

回答

2

請確保您有下面的代碼在你的build.settings

settings = 
{ 
    orientation = 
    { 
     default = "landscapeLeft", -- Initial launch orientation 
     -- use "landscapeLeft" - Device in the horizontal position with the home button at the left 
     -- or 
     -- "landscapeRight" - Device in the horizontal position with the home button at the right 
     supported = {"landscapeLeft"}, -- Table of allowed options for auto-orientation 
    }, 
} 

的更多信息,你可以找到在文檔中App Orientation部分。

1

通過在build.settings文件中將orientation的默認值更改爲landscapeRight或landscapeLeft,可以將模擬器的方向從縱向更改爲橫向。或者當您創建一個新項目時,您可以在默認方向下單擊橫向單選按鈕以將模擬器的方向更改爲橫向模式。