bizz84 / MVCarouselCollectionView

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

App crashing during the following step (collectionView.selectDelegate = self) #5

Closed sandyzden closed 9 years ago

sandyzden commented 9 years ago

i tried to implement as explained in the instructions. but the app crashes as the ViewController implementation when using (collectionView.selectDelegate = self) Error : Thread 1: EXEC_BAD_ADDRESS(code=2, address = 0x.....)

bizz84 commented 9 years ago

Thanks for reporting this, I made a note about this on the usage section on the Readme file.

The collectionView IBOutlet class must be declared as MVCarouselCollectionView in Interface Builder, otherwise the app will crash.

ibclass