you're showing a basic splash screen with extended sleep time.
It will be cooler ,if you show these guys how to add the default loading circle , when there is a connection to the internet and loading actually occurs
How does the Deligate.m know that when you enter sleep(5); that it is going to use the .PNG file? Mine just displays a black screen for 5 seconds instead.
@alexhollandmusic Go to your plist file and add a new column. Under the left side scroll down the possibilities and find launch image. Type in your filename in the right hand column.
I've put your code on my app and it works except that when I close my app and start it again, the splash "Default.png" did not appear again. It went straight to my app. How do you make it appear again after the app closes.
Tutorial was fine but its against apple dev practice and against any development practice to deliberately delay the launching of applications. The purpose of having a loading screen is to display something on the screen while all the project resources are initializing and loaded to the memory. If you are working with a big project that contains so many images, music files, or with heavy initialization, it will take a moment when it starts with a blank screen. Why would you add 5 sec more to load
@AppleIsMyGame I know people do this but not all of them. Applications should load and run as fast as they can. If you want to show some information at the start about your app, DO NOT put sleep for 5 seconds without any user interruption. If I'm the user of the app and im in a hurry and want to skip the sleep time, that code of your will not work. It should have considered user interaction like "tap the screen if you want to skip the loading". Got it?
@AppleIsMyGame The point is, your loading screen tutorial is not proper. It wont let me skip the added 5 second you added in the loading time. If the user frequently uses the app, do you want him/her to keep waiting for that 5 seconds even its not necessary anymore everytime the app startup? You could have instead put it in a loop and wait for tap until 5 seconds. Don't get so affected if i made my point. just accept that it's a correction to you tutorial. no offence buddy! :)
@cvogel4 I went into the info.plist and in the box labeled "Icon file" just type the name of the image, including the file type. Just make sure the image file is added in with your resources. I'm not sure exactly what size you need it to be if you want the whole image to be shown. But in the app I'm working on it focused around the center of the image, which looked pretty cool, so I left it.
Hey when you have a background named "Default.png" you cannot add a loading screen becuase thers already a .png named "default". So what do i name it?
Did you follow my Hello world tutorial? well, i know, your gonna have to rename it and go back into interface builder and change the UIImageView to the same image with a new name. Got it?
What are you, like 3!?
Jdawgydude 1 month ago
how would you do this for a mac application?
SuperAwesomeWolf 6 months ago
Yay, I thumbs down.
sonnyhe2002 7 months ago
Random question, but how do you get that ripple cursor effect when you click on something?
vettemaster77 7 months ago
YO, is that done in a view based or a tab bar? if you know anything about how to do it in a tab bar can you please send me a message
memo431 9 months ago
wat did you make tht icon/logo in
phils2020 10 months ago
does not work on this device - iPhone 3Gs, iOS 4.2.1
khomatov 11 months ago
hey tried that but the code is different for some reason, has with options: NSDictionary... what is this about, can i remove it??
davyblue0123 1 year ago
hey have you made any apps that are in the app store?
i wanna check them out
amyersyaya 1 year ago
yeah, this is a splash screen not a loading screen.
Jamie49 1 year ago
Could I combine this tutorial with your animation tutorial so I could make an animated loading screen?
LockerzSwagbucks 1 year ago
how much have you won with your apps on the appstore?
bixlord 1 year ago
@bixlord It's earning not winning.
richifie 1 year ago
@richifie
win:
3. (tr) to succeed in or gain (something) with an effort.
Need I say more?
bixlord 1 year ago
This has been flagged as spam show
Hey guys! Check out my channel giving you great xcode tutorials so be sure to subscribe as we are fairly new
also giveaways coming soon :)
see you guys soon!
GeekyLemon 1 year ago
does it have to be called Default?
kennedy9910 1 year ago
@kennedy9910 No.
richifie 1 year ago
herp here's a good question for you, what does 'unsigned' mean?
i hate how user friendly stuff is these days, anyone and everyone is a "codar" now
songoty9582 1 year ago
you're showing a basic splash screen with extended sleep time.
It will be cooler ,if you show these guys how to add the default loading circle , when there is a connection to the internet and loading actually occurs
veswanx 1 year ago
How does the Deligate.m know that when you enter sleep(5); that it is going to use the .PNG file? Mine just displays a black screen for 5 seconds instead.
alexhollandmusic 1 year ago
@alexhollandmusic Go to your plist file and add a new column. Under the left side scroll down the possibilities and find launch image. Type in your filename in the right hand column.
richifie 1 year ago
woooh, this vid make me sick dude..
dannyIAD 1 year ago
thanks!
jacobh1995 1 year ago
Découvrez une liste des meilleurs tutoriels du net pour le developpement iPhone
jaycreation 1 year ago
Baby
James161997 1 year ago
I've put your code on my app and it works except that when I close my app and start it again, the splash "Default.png" did not appear again. It went straight to my app. How do you make it appear again after the app closes.
super0chick 1 year ago
Thanks alot!
LeatherneckGames 1 year ago
Tutorial was fine but its against apple dev practice and against any development practice to deliberately delay the launching of applications. The purpose of having a loading screen is to display something on the screen while all the project resources are initializing and loaded to the memory. If you are working with a big project that contains so many images, music files, or with heavy initialization, it will take a moment when it starts with a blank screen. Why would you add 5 sec more to load
ErwinPanganiban 1 year ago
@ErwinPanganiban Not its not, people do this all the time.
AppleIsMyGame 1 year ago
@AppleIsMyGame I know people do this but not all of them. Applications should load and run as fast as they can. If you want to show some information at the start about your app, DO NOT put sleep for 5 seconds without any user interruption. If I'm the user of the app and im in a hurry and want to skip the sleep time, that code of your will not work. It should have considered user interaction like "tap the screen if you want to skip the loading". Got it?
ErwinPanganiban 1 year ago
@ErwinPanganiban Then whats the point.?
AppleIsMyGame 1 year ago
@AppleIsMyGame The point is, your loading screen tutorial is not proper. It wont let me skip the added 5 second you added in the loading time. If the user frequently uses the app, do you want him/her to keep waiting for that 5 seconds even its not necessary anymore everytime the app startup? You could have instead put it in a loop and wait for tap until 5 seconds. Don't get so affected if i made my point. just accept that it's a correction to you tutorial. no offence buddy! :)
ErwinPanganiban 1 year ago
i want it to start at 6 seconds
you said "say i want it to start at 6 seconds" so i did =D
jamesy012lego 1 year ago
That was too easy. Thanks!
webguysd 1 year ago
how can you make one for a mac app
lukewfilms 1 year ago
Comment removed
drunkensilvermonkey 2 years ago
doh, at first playing around with xcode i thought DAMN how easy it looks
now i realize you have to be a rocket scientist to do even basic stuff :D
fipsfoxy 2 years ago
@fipsfoxy dude , your Right That What i thought of Xcode Too!
iGamrah 1 year ago
This comment has received too many negative votes show
Iphone programs are gay
ramentasteawesome 2 years ago
This comment has received too many negative votes show
ur gay hahah lol JK
nah they are cool.
geniousmac 2 years ago
You would probley invent something like the pizza hut ordering program for iphone
ramentasteawesome 2 years ago
It did not work with your UIwebVew tutorial.
glych002 2 years ago
yeah same with me.
geniousmac 2 years ago
Comment removed
dantem008 2 years ago 2
@dantem008 you need to name it Default.png
drunkensilvermonkey 2 years ago
@dantem008 isn't that the same thing D:
wasd591 2 years ago
I cant see mine, its just black!
ProductionFH 2 years ago
can you also ad a (short) movie?
iphonebram 2 years ago
how??
jaystech 2 years ago
This really helped alot. Thanks man :)
alnandr 2 years ago
Hey man awesome vids keep it up.
one question, where do I find the project folder?
MatthewGuizzetti 2 years ago
Its the folder with all the xcode projects files.
SimpleSDK 2 years ago
Search your app in spotlight and youll see a folder. thats it
SimpleSDK 2 years ago
@MatthewGuizzetti
Does she sound like man voice
fantasticatif 5 months ago
@fantasticatif
Sounds like 12 year old boy, but thats just me, im used to hearing squeaky 12 year olds on youtube. You never know.
thekmanzz 1 month ago
So it isn't a loading screen, it's an image that you set to display for any number of seconds. Great... your other tutorials are better.
LukeLikeLife 2 years ago
It's a good way to advertise something under the guise of loading. ;-)
TwitchsBrew 2 years ago
Do u have any videos that combine these and that can help me make a substantial app?
Meshug18 2 years ago
It would be nice if you knew how to make it fade out, nice tut none the least!
livewithdavid 2 years ago
buddy iam doing everything u said.....i got it once but it doent work for me anymore...plzz help
A23Angelo 2 years ago
OMG thank you sooo much again!!!
thinkaboutitadam 2 years ago
how to put on the icon i cant figure it out
cvogel4 2 years ago
well that depends on your image software.
SimpleSDK 2 years ago
i watched your other video and it worked you have awesome vids. Your guidlines help me develope my first app?
cvogel4 2 years ago
i watched your other video and it worked you have awesome vids. Your guidlines help me develope my first app?
cvogel4 2 years ago
Also i have a qestion how to you put the app on your iphone to test it?
cvogel4 2 years ago
The most common question. Only people who've signed up with the program may put it on. however im making a way to get around this. Just wait.
SimpleSDK 2 years ago
@SimpleSDK MAKING a way to get around it?
richifie 1 year ago
@cvogel4 You have to make it so it doesn't code sign. It was hard to figure out, but now i know and its really easy.
If you have already figured it out, just ignore this. If you still have questions, message me.
username12131415 1 year ago
@cvogel4 I went into the info.plist and in the box labeled "Icon file" just type the name of the image, including the file type. Just make sure the image file is added in with your resources. I'm not sure exactly what size you need it to be if you want the whole image to be shown. But in the app I'm working on it focused around the center of the image, which looked pretty cool, so I left it.
SgtGarand 1 year ago
Hey when you have a background named "Default.png" you cannot add a loading screen becuase thers already a .png named "default". So what do i name it?
Varney2012 2 years ago
Did you follow my Hello world tutorial? well, i know, your gonna have to rename it and go back into interface builder and change the UIImageView to the same image with a new name. Got it?
SimpleSDK 2 years ago
how do you make the shine on the image? and how do you create the black background? which software?
iPhoneSDKDeveloper 3 years ago
Use GIMP, Photoshop, or Fireworks. The shine was in Fireworks.
SimpleSDK 3 years ago
oh thanks but how do you make the curves on the image?
iPhoneSDKDeveloper 2 years ago
ok i know how to do the curves but what option is in fireworks to make the shine? can you tell me.
iPhoneSDKDeveloper 2 years ago
Actually, you see the background of the icon part? that was already there. it was a style
SimpleSDK 2 years ago
what style was it, can you help me?
iPhoneSDKDeveloper 2 years ago
nice tutorial, maybe teach how to make the dots animate?
michiganboy10 3 years ago 2
is it me or does the baby background make this tutorial a little creepy
phatee303 3 years ago