ios-自定义导航栏背景颜色.zip

时间:2022-07-31 13:22:44
【文件属性】:
文件名称:ios-自定义导航栏背景颜色.zip
文件大小:330KB
文件格式:ZIP
更新时间:2022-07-31 13:22:44
导航 代码受https://github.com/ltebean/LTNavigationBar/启发,将其Objective-C的代码更改为swift代码,实现了UINavigationBar的扩展,代码调用非常简单,只需要一句话即可实现导航栏的颜色变更,十分适合需要做个性化主题的UI。 self.navigationController?.navigationBar.setCustomBackgroundColor(UIColor.redColor()) Github源码: https://github.com/AiguangLi/CustomNavigationBarBackground/
【文件预览】:
CustomNavigationBarDemo
----CustomNavigationBarDemo()
--------ViewController.swift(4KB)
--------.DS_Store(8KB)
--------Info.plist(1KB)
--------AppDelegate.swift(2KB)
--------Base.lproj()
--------Assets.xcassets()
--------UINavigationBarExtention()
----.DS_Store(6KB)
----CustomNavigationBarDemoTests()
--------Info.plist(733B)
--------CustomNavigationBarDemoTests.swift(1KB)
----README.md(552B)
----CustomNavigationBarDemoUITests()
--------Info.plist(733B)
--------CustomNavigationBarDemoUITests.swift(1KB)
----CustomNavigationBarDemo.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(20KB)
----screenshot.gif(224KB)

网友评论