Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckteebe/CustomBadge
CustomBadge is an Objective-C based component to create customized Badges for any given View.
https://github.com/ckteebe/CustomBadge
Last synced: 3 months ago
JSON representation
CustomBadge is an Objective-C based component to create customized Badges for any given View.
- Host: GitHub
- URL: https://github.com/ckteebe/CustomBadge
- Owner: ckteebe
- License: mit
- Created: 2011-09-27T12:47:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T17:20:33.000Z (over 9 years ago)
- Last Synced: 2024-07-20T11:06:34.917Z (4 months ago)
- Language: Objective-C
- Homepage: http://saschapaulus.de/opensource
- Size: 451 KB
- Stars: 398
- Watchers: 19
- Forks: 134
- Open Issues: 14
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# CustomBadge
## About
CustomBadge is a little simple iOS class to draw badges on any iOS view.
I'm sure you've seen badges before! For example on App icons when
you received a notification. Anyway, there was never an official
class or API from Apple to provide those badges inside an App.
For instance to put it on top of a Button.In 2011 I decided to make this class (based on the QuarzCore-Framework).
The latest version has reusable badge-styles according to the old
iOS design (< iOS 7) and for the current iOS version (8+).
But you can compose any style you like with font color, background color,
font style, frame, shadow, shinging, ...![Example](http://assets.saschapaulus.de/custombadge/example.png)