一.jenkins+github+gradle 實(shí)現(xiàn)android自動(dòng)化打包全攻略(MAC版) http://www.reibang.com/p/9caab25d2cf1[h...
前言 隨著Apple公司發(fā)布WWDC2019冲甘,apple帶來(lái)了新的產(chǎn)品绩卤、發(fā)布新的系統(tǒng)、帶來(lái)新的特性江醇。隨之而來(lái)的是為了適配這些新的系統(tǒng)和產(chǎn)品濒憋,apple更新了一系列開(kāi)發(fā)工具和文...
let appearance = self.tabBar.standardAppearance.copy()
appearance.backgroundImage = UIImage.init(color: UIColor.white, size: CGSize.init(width: 10, height: 10))
appearance.shadowImage = UIImage()
appearance.shadowColor = .clear
appearance.stackedLayoutAppearance.normal.titleTextAttributes = [NSAttributedString.Key.foregroundColor : WBColor.defaultDarkTitleColor.color, NSAttributedString.Key.font: WBFont.PFMedium.fontSize(fontSize: 9)]
appearance.stackedLayoutAppearance.selected.titleTextAttributes = [NSAttributedString.Key.foregroundColor : WBColor.selectedColor.color, NSAttributedString.Key.font: WBFont.PFMedium.fontSize(fontSize: 9)]
self.tabBar.standardAppearance = appearance
iOS13 解決 TabBar 選中文字顏色為藍(lán)色問(wèn)題只需要設(shè)置 UITabBarItem 的未選中顏色即可 [[UITabBar appearance] setUnselectedItemTintColor:[UIColor ...
系列文章:YYText 源碼剖析:CoreText 與異步繪制YYAsyncLayer 源碼剖析:異步繪制YYCache 源碼剖析:一覽亮點(diǎn)YYModel 源碼剖析:關(guān)注性能...