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

https://github.com/vonkar/vkiosviews

View customisation using swift extensions.
https://github.com/vonkar/vkiosviews

border circular-imageview customizable customview ios swift-3 uibutton uiimageview uiview

Last synced: 2 months ago
JSON representation

View customisation using swift extensions.

Awesome Lists containing this project

README

        

# VKiOSViews

[![CI Status](http://img.shields.io/travis/vonkar/VKiOSViews.svg?style=flat)](https://travis-ci.org/vonkar/VKiOSViews)
[![Version](https://img.shields.io/cocoapods/v/VKiOSViews.svg?style=flat)](http://cocoapods.org/pods/VKiOSViews)
[![License](https://img.shields.io/cocoapods/l/VKiOSViews.svg?style=flat)](http://cocoapods.org/pods/VKiOSViews)
[![Platform](https://img.shields.io/cocoapods/p/VKiOSViews.svg?style=flat)](http://cocoapods.org/pods/VKiOSViews)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

To use it, call methods directly on instances of UIImage class, UIButton class and UIView class and see
the effects like cicular crop for images, rounded corner effect for buttons etc.





## How To Use

See the below example,
```swift
Swift:

uiButton.getRoundedCornerButtonView(radius: 3.0)
```
It will create round corner button with radius 3.0 whichs is customizable.

```swift
Swift:

uiimageview.getFulCircularImageView()
```
Above code will create full circular UIImageView.

## Requirements

## Installation

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

```ruby
pod "VKiOSViews"
```

## Author

vonkar, [email protected]

## License

VKiOSViews is available under the MIT license. See the LICENSE file for more info.