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.
- Host: GitHub
- URL: https://github.com/vonkar/vkiosviews
- Owner: vonkar
- License: mit
- Created: 2017-09-02T12:13:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T11:17:28.000Z (over 7 years ago)
- Last Synced: 2024-04-24T13:22:03.155Z (about 1 year ago)
- Topics: border, circular-imageview, customizable, customview, ios, swift-3, uibutton, uiimageview, uiview
- Language: Shell
- Size: 110 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VKiOSViews
[](https://travis-ci.org/vonkar/VKiOSViews)
[](http://cocoapods.org/pods/VKiOSViews)
[](http://cocoapods.org/pods/VKiOSViews)
[](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.