Skip to content

judikdavid/ProfileImageView

Repository files navigation

ProfileImageView

A little IBDesignable Swift class for creating round profile image view in, like this:

man girl

You can customize the border and overlay of the images from Interface Builder:

parameters

Just include the ProfileImageView.swift class, set this custom class on an UIView, and set it's image from code:

@IBOutlet weak var profileImageView: ProfileImageView!

profileImageView.image = UIImage(named: "dad")

Usage

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

Requirements

Installation

ProfileImageView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ProfileImageView"

Author

David Judik, judik.david@gmail.com

License

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

About

IBDesignable round profile UIView in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published