Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a cocoapod adapted from adam-siton/AUISelectiveBordersView

Usage

  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

About

A CALayer subclass that allows to add selective borders

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages