Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pnc/pcbarnextbutton
- Owner: pnc
- License: other
- Created: 2013-01-08T14:44:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T17:39:25.000Z (over 10 years ago)
- Last Synced: 2024-12-10T12:43:15.053Z (about 1 month 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.
![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!