CarbonBadgeLabel icon indicating copy to clipboard operation
CarbonBadgeLabel copied to clipboard

CarbonBadgeLabel - iOS badge label (Obj-C & Swift)

CarbonBadgeLabel

#####CarbonBadgeLabel v0.1

alt tag

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

alt tag

LICENSE

The MIT License (MIT)