240 发简信
IP属地:陕西
  • 120
    jenkins  for app使用总结

    一.jenkins+github+gradle 实现android自动化打包全攻略(MAC版) http://www.jianshu.com/p/9caab25d2cf1[h...

  • 120
    iOS开发:iOS13.0,iPhone App开发新的规定

    前言 随着Apple公司发布WWDC2019,apple带来了新的产品、发布新的系统、带来新的特性。随之而来的是为了适配这些新的系统和产品,apple更新了一系列开发工具和文...

  • 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 选中文字颜色为蓝色问题

    只需要设置 UITabBarItem 的未选中颜色即可 [[UITabBar appearance] setUnselectedItemTintColor:[UIColor ...

  • 120
    YYText 源码剖析:CoreText 与异步绘制

    系列文章:YYText 源码剖析:CoreText 与异步绘制YYAsyncLayer 源码剖析:异步绘制YYCache 源码剖析:一览亮点YYModel 源码剖析:关注性能...