在創(chuàng)建tabBar的過程中薪铜,在設(shè)置中間的按鈕的時候隔箍,發(fā)現(xiàn)有一條黑色的分割線,而且能分明的看到蜒滩,感覺整個人都不好了奶稠,結(jié)果查了半天兩行代碼就搞定了。
self.tabBar.backgroundImage = [[UIImage alloc]init];
self.tabBar.shadowImage = [[UIImage alloc]init];
或者
[[UITbarBar appearance] setShadowImage:[UIImage new]];
[[UITabBar appearance]setBackgroundImage:[UIImage new]];