Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

derax

macrumors newbie
Original poster
I have made a png-image to the splash screen which is 320x480 so now i´m wondering how I´m going to do it. I have watched some YouTube tuts, but all are for earlier versions of Xcode that won´t work on my version, 4.3.

So how do I fix the splash screen...?
 
Oh my.. YOu should grab an book and learn about your IDE, on your Target on your project, there is a Summary, just drag and drop it on there >.<
And 320x480 is only 3GS, not Retina Support (which I suggest you should have also)
 
I have bought two books about Objective-C and Cocoa Touch, just started.

http://www.youtube.com/watch?v=7Xp9nT-b9dA

Here is a video on youtube that explains how to do it, but I don´t have the drag/drop function as shown.

Xcode 4.3 which I have should have it, but I can´t find it.
 
Xcode 4.3 doesn't exist, it's 4.2 max. When you click on Xcode on the upper left corner of your screen, and press, About Xcode, what version does it show?
 
Changed AppDelegate.m


Code:
-(void)applicationDidFinishLaunching
{
     [NSThread sleepForTimeInterval:2.0f];
}


----------

So finally working!
 
Last edited by a moderator:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.