Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 457 Bytes

MCRotatingCarousel

A view which can be used to create the rotating carousel as used in the ModCloth iPad app.

Installation

Add pod 'MCRotatingCarousel' to your Podfile.

Usage

  • create an instance of MCRotatingCarousel and add it to your view hierarchy
  • implement the dataSource protocol methods
  • (optional) implement the delegate protocol methods
  • call reloadData

See the example project for more information.