//We need have this to clear background for UITableView on iPad
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad){
[itemTable setBackgroundView:nil];
[itemTable setBackgroundView:[[[UIView alloc] init] autorelease]];
}
Tags: ipad, ipad, ipad, ipad
General | General | General | General
//Detect if this is an iPad
//this is iPad
Tags: ipad, ipad
//Add icnon files to projects
//Add following to info.plist
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>iconiPad.png</string>
</array>
Tags: ipad
Powered by BlogEngine.NET 1.4.5.0 Theme by Mads Kristensen