Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.