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:
uiButton.getRoundedCornerButtonView(radius: 3.0)It will create round corner button with radius 3.0 whichs is customizable.
Swift:
uiimageview.getFulCircularImageView()Above code will create full circular UIImageView.
Requirements
Installation
VKiOSViews is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "VKiOSViews"Author
vonkar, vinod.onkar@gmail.com
License
VKiOSViews is available under the MIT license. See the LICENSE file for more info.

