An open API service indexing awesome lists of open source software.

https://github.com/onmyway133/border

:triangular_ruler: Make border for all views
https://github.com/onmyway133/border

border debug view

Last synced: 12 months ago
JSON representation

:triangular_ruler: Make border for all views

Awesome Lists containing this project

README

          

# Border

❤️ Support my app ❤️

- [Push Hero - pure Swift native macOS application to test push notifications](https://www.producthunt.com/posts/push-hero-2)
- [PastePal - Pasteboard, note and shortcut manager](https://www.producthunt.com/posts/pastepal)
- [Frame recorder - Recorder gif and video with frame](https://www.producthunt.com/posts/frame-recorder)
- [Alias - App and file shortcut manager](https://www.producthunt.com/posts/alias-shortcut-manager)
- [Other apps](https://onmyway133.github.io/projects/)

❤️❤️😇😍🤘❤️❤️

Make border for all views

[![CI Status](http://img.shields.io/travis/onmyway133/Border.svg?style=flat)](https://travis-ci.org/onmyway133/Border)
[![Version](https://img.shields.io/cocoapods/v/Border.svg?style=flat)](http://cocoadocs.org/docsets/Border)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](https://img.shields.io/cocoapods/l/Border.svg?style=flat)](http://cocoadocs.org/docsets/Border)
[![Platform](https://img.shields.io/cocoapods/p/Border.svg?style=flat)](http://cocoadocs.org/docsets/Border)

![](Screenshots/Banner.png)

## Usage

- Just import the framework
- [Show layout bounds in iOS](http://www.fantageek.com/blog/2015/11/04/show-layout-bounds-in-ios/)
- The original Objective C implementation uses `__attribute__((constructor))`, this Swift version uses `initialize` on `UIView extension`

![](Screenshots/border.png)

## Installation

**Border** is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'Border'
```

**Border** is also available through [Carthage](https://github.com/Carthage/Carthage).
To install just write into your Cartfile:

```ruby
github "onmyway133/Border"
```

## Author

Khoa Pham, onmyway133@gmail.com

## Contributing

We would love you to contribute to **Border**, check the [CONTRIBUTING](https://github.com/onmyway133/Border/blob/master/CONTRIBUTING.md) file for more info.

## License

**Border** is available under the MIT license. See the [LICENSE](https://github.com/onmyway133/Border/blob/master/LICENSE.md) file for more info.