https://github.com/pnc/pcbarnextbutton
A forward-pointing UIBarButtonItem subclass, for use in wizards.
https://github.com/pnc/pcbarnextbutton
Last synced: 8 months ago
JSON representation
A forward-pointing UIBarButtonItem subclass, for use in wizards.
- Host: GitHub
- URL: https://github.com/pnc/pcbarnextbutton
- Owner: pnc
- License: other
- Created: 2013-01-08T14:44:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T17:39:25.000Z (almost 12 years ago)
- Last Synced: 2025-02-04T22:54:19.879Z (over 1 year ago)
- Language: Objective-C
- Size: 246 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

You need to supply your own `forward-button.png` and `forward-button@2x.png`. 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!