CarbonBadgeLabel
CarbonBadgeLabel copied to clipboard
CarbonBadgeLabel - iOS badge label (Obj-C & Swift)
CarbonBadgeLabel
#####CarbonBadgeLabel v0.1

Installation
CarbonBadgeLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:
use_frameworks!
pod "CarbonBadgeLabel", "~>0.1"
SAMPLE CODE
#import "UIView+CarbonBadgeLabel.h"
[yourView createCarbonBadgeWithText:@"2"];
CarbonBadgeOptions options = {
CarbonBadgeHorizontalPositionCenter,
CarbonBadgeVerticalPositionTop
};
[yourView createCarbonBadgeWithText:@"3" options:options];
Xcode Interface builder
