MultiCircleImageView 0.1.6

MultiCircleImageView 0.1.6

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Maxime Lucquin.



  • By
  • Maxime Lucquin

MultiCircleImageView

Overview

MultiCicrlceImageView allow you to put until 5 images in a small area. It principally made for messaging list with one or more users.

Usage

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

Requirements

  • iOS9
  • ARC

Installation

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

pod "MultiCircleImageView"

Swift 2.2 -> v0.1.2 Swift 2.3 -> v0.1.5 Swift 3 -> v0.1.6

Usage

import MultiCircleImageView

@IBOutlet weak var testView: UIView!

let imageList = [UIImage(named: "your_image")!]

let test = MultiCircleImageView(frame: testView.frame)
test.addView(testView, imageList: imageList)

You can retreive imageView like this :

let imageViewList = test.addView(testView, imageList: imageList)

imgeViewList is an array of UIImageView

Author

Maxime Lucquin, [email protected]

License

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