欢迎光临
我们一直在努力

仿微信导航栏的实现,让你的导航栏过渡平滑,赏心悦目。

建站超值云服务器,限时71元/月

仿微信导航栏的实现,让你的导航栏过渡平滑,赏心悦目。

项目介绍:

简单介绍

  • 仿微信导航栏的实现,让你的导航栏过渡平滑,赏心悦目。

  • 使用简单,只需要在viewDidLoad中设置想要的效果即可:

hx_backgroundColor = .white
hx_tintColor = .red
hx_titleColor = .red
hx_barStyle = .default
  • 支持 appearance统一设置,在AppDelegate的application(didFinishLaunchingWithOptions:)中设置即可:

let navigationBar = UINavigationBar.appearance()
navigationBar.barTintColor = .red
navigationBar.tintColor = .white
navigationBar.barStyle = .black
navigationBar.titleTextAttributes = [
NSAttributedString.Key.foregroundColor: UIColor.white,
NSAttributedString.Key.font: UIFont.boldSystemFont(ofSize: 17)
]

更具体的用法请下载 Demo 查看。

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 仿微信导航栏的实现,让你的导航栏过渡平滑,赏心悦目。
分享到: 更多 (0)