//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]];
}
//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]];
}