Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pnc/pcbarnextbutton

A forward-pointing UIBarButtonItem subclass, for use in wizards.
https://github.com/pnc/pcbarnextbutton

Last synced: 24 days ago
JSON representation

A forward-pointing UIBarButtonItem subclass, for use in wizards.

Awesome Lists containing this project

README

        

# PCBarNextButton

PCBarNextButton is a `UIBarButtonItem` subclass that provides a forward-facing arrow button, the complement to iOS's built-in back button.

![Forward-pointing Bar Button](https://github.com/pnc/PCBarNextButton/raw/master/example.png "Forward-pointing Bar Button")

You need to supply your own `forward-button.png` and `[email protected]`. There are examples in the `Resources/` directory.

## Attributions

Parts of this library, including image resources, come from the following Stack Overflow answer:

The original code was available under [CC BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/), so this library is, too.

Originally by [http://stackoverflow.com/users/292460/huygir](Huygir) with modifications by [http://stackoverflow.com/users/19329/pablasso](Pablasso) and Phillip Calvin.

Image resources by [Maarten Wolzak](http://stackoverflow.com/users/316648/maarten-wolzak).

Thanks, everybody!