Skip to content

Commit

Permalink
Update CustomBadge.m
Browse files Browse the repository at this point in the history
  • Loading branch information
ckteebe committed Jun 21, 2013
1 parent 0cb3818 commit bac59b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Classes/CustomBadge.m
@@ -1,23 +1,23 @@
/*
CustomBadge.m
*** Description: ***
*** Description: ***
With this class you can draw a typical iOS badge indicator with a custom text on any view.
Please use the allocator customBadgeWithString to create a new badge.
In this version you can modfiy the color inside the badge (insetColor),
the color of the frame (frameColor), the color of the text and you can
tell the class if you want a frame around the badge.
*** License & Copyright ***
Created by Sascha Marc Paulus www.spaulus.com on 04/2011. Version 2.0
Created by Sascha Paulus www.spaulus.com on 04/2011. Version 2.0
This tiny class can be used for free in private and commercial applications.
Please feel free to modify, extend or distribution this class.
If you modify it: Please send me your modified version of the class.
A commercial distribution of this class is not allowed.
I would appreciate if you could refer to my website www.spaulus.com if you use this class.
Please do not sell the source code solely and keep this text in
your copyright section. Thanks.
If you have any questions please feel free to contact me (open@spaulus.com).
*/


Expand Down

0 comments on commit bac59b1

Please sign in to comment.