Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bandarhl/bhextension
simple library for edit some views in storyborad
https://github.com/bandarhl/bhextension
cocoapods ios ios-swift swift swift4 theme
Last synced: about 1 month ago
JSON representation
simple library for edit some views in storyborad
- Host: GitHub
- URL: https://github.com/bandarhl/bhextension
- Owner: BandarHL
- License: mit
- Created: 2018-12-14T13:14:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T23:01:49.000Z (about 5 years ago)
- Last Synced: 2024-09-29T22:21:34.333Z (about 1 month ago)
- Topics: cocoapods, ios, ios-swift, swift, swift4, theme
- Language: Swift
- Homepage:
- Size: 826 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI Status](https://img.shields.io/travis/bandarHL/BHExtension.svg?style=flat)](https://travis-ci.org/bandarHL/BHExtension)
[![Version](https://img.shields.io/cocoapods/v/BHExtension.svg?style=flat)](https://cocoapods.org/pods/BHExtension)
[![License](https://img.shields.io/cocoapods/l/BHExtension.svg?style=flat)](https://cocoapods.org/pods/BHExtension)
[![Platform](https://img.shields.io/cocoapods/p/BHExtension.svg?style=flat)](https://cocoapods.org/pods/BHExtension)# BHExtension
- its simple library for edit some views in storyborad
# BHView:
- Edit corner radius of any UIVIew in StoryBoard.
- Set Gradient Color of any UIView in StoryBoard.
- Edit the start and end point of Gradient Color.
- Set shadow and edit it in StoryBoard.# BHButtonView:
- Edit corner radius of any UIButton in StoryBoard.
- Set shadow and edit it in StoryBoard.
- Set Gradient Color in StoryBoard.
- Edit the start and end point of Gradient Color.# BHImageView:
- Edit corner radius of any UIImageView in StoryBoard.
- Set Border in image.
- Edit Border width.# BHTextField:
- Edit corner radius in StoryBoard.# BHNavigationBar:
- Set shadow and edit it in StoryBoard## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
BHExtension is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'BHExtension'
```## Author
bandarHL, [email protected]
## License
BHExtension is available under the MIT license. See the LICENSE file for more info.