AUISelectiveBordersView 0.0.1

AUISelectiveBordersView 0.0.1

测试已测试
语言语言 Obj-CObjective C
许可协议 MIT
发布最后发布2014年12月

未声称 维护。



  • 作者:
  • Adam Siton

概述

这是一个从 adam-siton/AUISelectiveBordersView 改编的 cocoapod

使用方法

  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