IOS 啟動畫面

來源:互聯網
上載者:User

IOS 啟動畫面

為了避免啟動畫面一閃就消失

在AppDelegate.m 中 修改如下

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

[NSThreadsleepForTimeInterval:2];

// Override point for customization after application launch.

return YES;

}

目前iOS主流的幾種裝置解析度如下:
iPhone 1(指第一代iPhone),iPhone 3G,iPhone 3GS ,iPod Touch 1,iPod Touch 2,iPod Touch 3
解析度為320x480(寬x高 3:2),歡迎圖片命名為Default.png;
iPhone 4,iPhone 4S ,iPod Touch 4
解析度為640x960(16:9),歡迎圖片命名為Default@2x.png;
iPhone5 解析度為 640x1136,歡迎圖片命名為Default-568h@2x.png;
iPad 1,iPad2,iPad mini 解析度為768x1024 歡迎圖片命名為Default~ipad.png,
New iPad(iPad 3),iPad 4 解析度為1536x2048 歡迎圖片命名為Default~ipad@2x.png
(以上未考慮橫屏情況)


聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.