//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
Powered by BlogEngine.NET 1.4.5.0 Theme by Mads Kristensen