Skip to content

Marxon13/M13BadgeView

Repository files navigation

M13BadgeView

M13BadgeView is a customizable badge view for iOS applications. The badge is built to be customizeable in every way possible, If not customization is needed, it defaults to the same style as the iOS 7 badge. It can also align itself to its superview, and animates text changes automatically.

Features:

  • Customizable

    • Border:
    <img src="https://raw.github.com/Marxon13/M13BadgeView/master/ReadmeResources/Screenshot1.png" width="300px">
    
    • Gloss:
    <img src="https://raw.github.com/Marxon13/M13BadgeView/master/ReadmeResources/Screenshot2.png" width="300px">
    
    • Corner Radius:
    <img src="https://raw.github.com/Marxon13/M13BadgeView/master/ReadmeResources/Screenshot3.png" width="300px">
    
    • Shadows:
    * Colors can be customized. * Font can be customized.
  • Automatic alignment to the superview.

  • Animates text changes

Contact Me:

If you have any questions comments or suggestions, send me a message. If you find a bug, or want to submit a pull request, let me know.

License:

MIT License

Copyright (c) 2014 Brandon McQuilkin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.