bizz84 / MVCarouselCollectionView

UICollectionView-based image carousel written in Swift
MIT License
205 stars 34 forks source link

build failed whild use CocoaPods #4

Closed qx closed 9 years ago

qx commented 9 years ago

/Users/ok/Downloads/testCollectionview/testCollectionview/ViewController.swift:12:36: Use of undeclared type 'MVCarouselCollectionView', what' wrong? @bizz84

bizz84 commented 9 years ago

Apologies for the very late reply!

Because MVCarouselCollectionView is a Swift framework, it needs to be imported in the source files that use it. Can you try to add this at the top of your to your view controller?

import MVCarouselCollectionView

I updated the usage section on the README file to make this clearer.