https://github.com/inderdhir/breadcrumbheaders
Breadcrumb-like static headers for iOS used to group screens into a flow
https://github.com/inderdhir/breadcrumbheaders
breadcrumb-navigation cocoapod-pod cocoapods headers ios ios-lib swift
Last synced: 6 months ago
JSON representation
Breadcrumb-like static headers for iOS used to group screens into a flow
- Host: GitHub
- URL: https://github.com/inderdhir/breadcrumbheaders
- Owner: inderdhir
- License: mit
- Created: 2018-06-24T18:29:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T18:44:52.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T16:41:49.516Z (7 months ago)
- Topics: breadcrumb-navigation, cocoapod-pod, cocoapods, headers, ios, ios-lib, swift
- Language: Swift
- Homepage:
- Size: 193 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BreadCrumbHeaders

## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
### Swift Package Manager
BreadCrumbHeaders is now available as a Swift package.
### Cocoapods
BreadCrumbHeaders is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'BreadCrumbHeaders'
```## Author
Inder Dhir, inderdhir@hotmail.com
## License
BreadCrumbHeaders is available under the MIT license. See the LICENSE file for more info.