Implementing a splash screen in iOS

前端 未结 10 872
粉色の甜心
粉色の甜心 2020-12-01 01:13

I\'m quite a newbie in Cocoa, Objective-C and iOS development.

I\'d like to implement a View that is just a splash screen and only last for a short time before routi

10条回答
  •  旧巷少年郎
    2020-12-01 01:59

    I know I'm giving answer to almost one year old question, but it may help some one else-

    I've just discovered that you can do this in XCode4! Which makes this a rather simple process now.

    1. Select your project in the navigation view
    2. under Targets select your application
    3. Select the Summary tab
    4. Scroll down and you'll see a place to add your splash images
    5. Right click on the boxes to Select File

提交回复
热议问题