//Detect if this is an iPad
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad){
//this is iPad
}
Be the first to rate this post
Tags: ipad
//Add icnon files to projects
//Add following to info.plist
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>iconiPad.png</string>
</array>
Currently rated 5.0 by 1 people
Powered by BlogEngine.NET 1.4.5.0 Theme by Mads Kristensen