Monday, January 24, 2011

Adding Icon to iPod Touch or iPhone or iPad.

To add an icon to any one of these apple devices' website, you simply add a file on the root with a png.  Make sure the dimensions are 45x45.  Then you add the following code in XHTML to your header on your page. The dimensions are higher for the iPad.

<link rel="apple-touch-icon" href="whatyounamedyourPNG.png"/>

No comments:

Post a Comment

Generating "Always On Top" NSWindow in macOS across all detected displays

Also: Using UIKit & Cocoa Frameworks using Objective-C In m acOS or OS X , written in either Objective-C or Swift  Langues, you m...