TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
This is a cocoapod adapted from adam-siton/AUISelectiveBordersView
UILabel* label = [[UILabel alloc] initWithFrame: CGRectMake(0,0, 200, 30)];
label.selectiveBorderWidth = 1.0f;
label.selectiveBorderFlags = AUISelectiveBorderTop | AUISelectiveBorderLeft;
label.selectiveBorderColor = [UIColor redColor];
//then add the label to another view