Skip to content

ermalkaleci/CarbonBadgeLabel

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published