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
- Host: GitHub
- URL: https://github.com/onmyway133/border
- Owner: onmyway133
- License: other
- Created: 2015-07-11T17:25:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T20:41:56.000Z (about 6 years ago)
- Last Synced: 2025-05-13T02:13:16.998Z (12 months ago)
- Topics: border, debug, view
- Language: Swift
- Homepage:
- Size: 539 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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
[](https://travis-ci.org/onmyway133/Border)
[](http://cocoadocs.org/docsets/Border)
[](https://github.com/Carthage/Carthage)
[](http://cocoadocs.org/docsets/Border)
[](http://cocoadocs.org/docsets/Border)

## 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`

## 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.