CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Sep 2015 |
SPMSupports SPM | ✗ |
Maintained by Wei He.
WHRoundedImageView is a plain simple swift component that extends a UIImageView. It allows you to add Radius and Border to an image directly in Interface Builder.
Live preview is fully supported.
RoundImageView is available through CocoaPods, just add the reference to your Podfile:
pod 'WHRoundedImageView'
You can copy WHRoundedImageView.swift
directly into your project.
WHRoundedImageView
in Identity Inspector, and use it as a normal UIImageView. radiusRatio
Default: 0.0 (0.5 = fully rounded corners for square images)borderWidth
Default: 0.0 borderColor
Default: blackColor Wei He [email protected]
Fork of ravero/RoundImageView