KO
|
EN
gitlite — search
Search
#ai-agents
#typescript
#ai
#dsh-plugin
#deepseek-harness
#cli
#open-source
#claude-code
#codex
#ios
#developer-tools
#python
EFNavigationBar
★ 122
Open GitHub ↗
An ordinary custom navigation bar.
Download README (.md)
Explore Similar Repositories
bundle-kubeflow
:
Charmed Kubeflow
Blazor.Polyfill
:
Blazor server-side Polyfills and fixes for Internet Explorer 11 & Edge Legacy
SimpleDragAndDropWithBlazor
:
Companion code sample for my blog post - Investigating Drag and Drop with Blazor
elm-git-install
:
A tool for installing private Elm packages from any git url.
ReImproveJS
:
A framework using TensorFlow.js for Deep Reinforcement Learning
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
EFNavigationBar
?
Download (.md)
 <p align="center"> <a href="https://swiftpackageindex.com/EFPrefix/EFNavigationBar"> <img src="https://img.shields.io/badge/SPM-ready-orange.svg"> </a> <a href="https://cocoapods.org/pods/EFNavigationBar"> <img src="https://img.shields.io/cocoapods/v/EFNavigationBar.svg?style=flat"> </a> <a href="https://cocoapods.org/pods/EFNavigationBar"> <img src="https://img.shields.io/cocoapods/p/EFNavigationBar.svg?style=flat"> </a> <a href="https://github.com/apple/swift"> <img src="https://img.shields.io/badge/language-swift-orange.svg"> </a> <a href="https://raw.githubusercontent.com/EFPrefix/EFNavigationBar/master/LICENSE"> <img src="https://img.shields.io/cocoapods/l/EFNavigationBar.svg?style=flat"> </a> </p> An ordinary custom navigation bar. > [中文介绍](https://github.com/EFPrefix/EFNavigationBar/blob/master/README_CN.md) ## Overview |Gradation|Image|Weibo|Q Zone| |:-:|:-:|:-:|:-:| ||||| |Zhihu|QQ|Alipay|Transparent gradient| |:-:|:-:|:-:|:-:| ||||| ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements - Xcode 16+ - Swift 6.0+ ## Installation ### CocoaPods EFNavigationBar is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'EFNavigationBar' ``` ### Swift Package Manager The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the Swift compiler. Once you have your Swift package set up, adding EFNavigationBar as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`. ```swift dependencies: [ .package(url: "https://github.com/EFPrefix/EFNavigationBar.git", .upToNextMinor(from: "6.0.0.0")) ] ``` ## Use For more details, see the `Example` project: ```swift // Part navBarBarTintColor = .white navBarBackgroundAlpha = alpha navBarTintColor = UIColor(red: 0, green: 0.478431, blue: 1, alpha: 1.0) navBarTitleColor = .black statusBarStyle = .default navBarShadowImageHidden = true navBarTransition = .linear // Global EFNavigationBar.defaultStyle.backgroundColor = UIColor.white EFNavigationBar.defaultStyle.titleColor = UIColor.black EFNavigationBar.defaultStyle.statusBarStyle = UIStatusBarStyle.default ``` ## Other - [EFNavigationBar](https://github.com/EFPrefix/EFNavigationBar) based on [WRNavigationBar_swift](https://github.com/wangrui460/WRNavigationBar_swift/commit/a445f74ac57d675f87a60a49a745c5a3b01b6324); - For Objective-C version, see [WRNavigationBar](https://github.com/wangrui460/WRNavigationBar). ## Maintainer EyreFree, eyrefree@eyrefree.org ## License <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/License_icon-mit-88x31-2.svg/128px-License_icon-mit-88x31-2.svg.png"> EFNavigationBar is available under the MIT license. See the [LICENSE](https://github.com/EFPrefix/EFNavigationBar/blob/master/LICENSE) file for more info.