现在的位置: 首页 > 综合 > 正文

清除ipad的tableview背景

2013年12月06日 ⁄ 综合 ⁄ 共 157字 ⁄ 字号 评论关闭

if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)

{

[itemTable setBackgroundView:nil];

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

}

抱歉!评论已关闭.