View Full Version : Making An Empty App?
starwars246
Jul 10, 2008, 05:11 PM
could someone please give me a guide upon how to make an empty app please that would have an icon etc but opens into nothing and wouldnt affect my ipod or anything, any help would be useful
careys7
Jul 10, 2008, 07:33 PM
So you basically want just an icon?
Make a web page and put this in the header: <link rel="apple-touch-icon" href="iphone.png" /> and then you can make your own icon. eg:
<html>
<head>
<link rel="apple-touch-icon" href="iphone.png" />
</head>
<body>
<p>What ever</p>
</body>
</html>
Just make sure href is pointing to where ever the icon is stored.
You could just use the web clip thing (in Safari) click on the + button and then "Add to Home Screen" and it will add it to your home screen (duh)
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.