Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomton/ATMHud
Library for the creation of HUDs in iPhone applications.
https://github.com/atomton/ATMHud
Last synced: 2 months ago
JSON representation
Library for the creation of HUDs in iPhone applications.
- Host: GitHub
- URL: https://github.com/atomton/ATMHud
- Owner: atomton
- License: bsd-3-clause
- Archived: true
- Created: 2011-01-17T15:05:02.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T14:26:32.000Z (almost 9 years ago)
- Last Synced: 2024-09-14T12:46:38.911Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 259 KB
- Stars: 496
- Watchers: 21
- Forks: 91
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ATMHud - Library for the creation of HUDs in iPhone applications. (etc)
- awesome - ATMHud - Library for the creation of HUDs in iPhone applications. (etc)
README
ATMHud - Library for the creation of HUDs in iPhone applications
================================================================
I once needed a HUD for one of my iPhone apps, but was unhappy with the currently available libraries on the internet. Therefore, I decided to create my own library. I've released it as a static library last year, but a lot of people wanted to see the source, so here it is.-- Marcel
Requirements
------------* iOS 4.0 or above
* QuartzCore.framework
* AudioToolbox.framework (only if you want to use sounds)
Features
--------* Autorotation support
* Fixed or dynamic size
* Multiple accessories
* Automation
* Animations
* Delegation
* Block user interaction
* Enable superview interaction
* Retina display support
* Selectable accessory position
* Queueing of multiple HUDs
* Custom positioning or auto-centering
* Customizable appearance
* Sound effects
Installation & Usage
--------------------
Just have a look at the sample project, everything is included there.License
-------
ATMHud is licensed under BSD, have a look at the appropriate file for more information.Contributions
-------------* Beta testers: @jonsterling @thermogl @GiloTM @phollow @Thyraz @saschalein @EdwinBrett @rbfigueira @abrrow @choise
* @ChrisNTR for porting this to MonoTouch
* @C418 for his [awesome music](http://c418.bandcamp.com/track/no-but-yes) as seen in the release video
* and anyone else I forgot.