清除ipad的tableview背景

if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)

{

[itemTable setBackgroundView:nil];

[itemTable setBackgroundView:[[[UIView allocinitautorelease]];

}

你可能感兴趣的:(清除ipad的tableview背景)