Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.