Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIMultiBorderImageView

You can add more than one border for UIImageView

topImageView.layer.cornerRadius = topImageView.frame.size.width/2
topImageView.clipsToBounds = true
topImageView.apply(borders: [Border(width: 5, color: UIColor.green),
                             Border(width: 5, color: UIColor.blue)])

bottomImageView.apply(borders: [Border(width: 5, color: UIColor.red),
                                Border(width: 5, color: UIColor.yellow),
                                Border(width: 5, color: UIColor.green),
                                Border(width: 5, color: UIColor.blue)])

About

Add more than one border for UIImageView

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages