對于tablebar 相信大家都不陌生吧,但是對它的一些基本類型的修改及界面上的操作大家都有些無奈,需求和原控件遠遠的拋棄了而咆,解決簡單的tablebar 上面的橫線問題
self.tabBar.barStyle = UIBarStyleBlack;
? ? [UITabBar appearance].translucent = NO;
? ? [[UITabBar appearance] setBarTintColor:[UIColor whiteColor]];
? ? self.tabBar.layer.shadowColor = [UIColor lightGrayColor].CGColor;
? ? self.tabBar.layer.shadowOffset = CGSizeMake(0, -1);
? ? self.tabBar.layer.shadowOpacity =0.3;
完美修改tablebar 上面的虛線无午,并且添加陰影