Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lurado/ldonavigationsubtitleview
UINavigationBar titleView with an optional subtitle
https://github.com/lurado/ldonavigationsubtitleview
cocoapods ios objective-c ui
Last synced: 3 months ago
JSON representation
UINavigationBar titleView with an optional subtitle
- Host: GitHub
- URL: https://github.com/lurado/ldonavigationsubtitleview
- Owner: lurado
- License: mit
- Created: 2015-07-10T11:52:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T08:11:02.000Z (over 8 years ago)
- Last Synced: 2024-10-12T17:41:18.907Z (3 months ago)
- Topics: cocoapods, ios, objective-c, ui
- Language: Objective-C
- Size: 183 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LDONavigationSubtitleView
[![Version](https://img.shields.io/cocoapods/v/LDONavigationSubtitleView.svg?style=flat)](http://cocoapods.org/pods/LDONavigationSubtitleView)
[![License](https://img.shields.io/cocoapods/l/LDONavigationSubtitleView.svg?style=flat)](http://cocoapods.org/pods/LDONavigationSubtitleView)
[![Platform](https://img.shields.io/cocoapods/p/LDONavigationSubtitleView.svg?style=flat)](http://cocoapods.org/pods/LDONavigationSubtitleView)## What does it look like?
Screenshots don't really do this pod justice, but here's one:
![Screenshot](https://raw.githubusercontent.com/lurado/LDONavigationSubtitleView/master/Screenshots/demo_app.png)
## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
If you want the subtitle view to pick up a view controllers `title`, connect it to the subtitle views `viewController` outlet property (in code or IB).
## Requirements
Requires iOS 7 or later.
## Installation
LDONavigationSubtitleView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "LDONavigationSubtitleView"
```## Author
Julian Raschke und Sebastian Ludwig GbR, [email protected]
## License
LDONavigationSubtitleView is available under the MIT license. See the LICENSE file for more info.