Skip to content

tastycode/AUISelectiveBordersView

 
 

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

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 67.2%
  • Ruby 32.8%