uitabbarController tababr 上方横线隐藏

 

在自定义的tabbarController里加上这一句就ok

[[UITabBar appearancesetShadowImage:[UIImage new]];

 

[[UITabBar appearancesetBackgroundImage:[[UIImage alloc]init]];

 

 

posted @ 2016-11-28 10:04  原码  阅读(450)  评论(0编辑  收藏  举报