一.jenkins+github+gradle 實(shí)現(xiàn)android自動化打包全攻略(MAC版) http://www.reibang.com/p/9caab25d2cf1[h...
前言 隨著Apple公司發(fā)布WWDC2019能真,apple帶來了新的產(chǎn)品雏节、發(fā)布新的系統(tǒng)、帶來新的特性邑跪。隨之而來的是為了適配這些新的系統(tǒng)和產(chǎn)品麻捻,apple更新了一系列開發(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)色問題只需要設(shè)置 UITabBarItem 的未選中顏色即可 [[UITabBar appearance] setUnselectedItemTintColor:[UIColor ...
系列文章:YYText 源碼剖析:CoreText 與異步繪制YYAsyncLayer 源碼剖析:異步繪制YYCache 源碼剖析:一覽亮點(diǎn)YYModel 源碼剖析:關(guān)注性能...