aataraxiaa / ScalingCarousel

A super simple carousel view with scaling transitions written in Swift
MIT License
756 stars 98 forks source link

EXC_BAD_ACCESS when calling customViewName.didScroll() in scrollViewDidScroll #62

Closed mhmdzaid closed 4 years ago

mhmdzaid commented 5 years ago

Screen Shot 2019-06-14 at 11 22 05 PM

mhmdzaid commented 5 years ago

collectionView here is the outlet of scaling carousel in my controller

aataraxiaa commented 5 years ago

This error code usually means we are trying to access something which has already been deallocated.

As a starting point, try the debugging tips outlined here - https://code.tutsplus.com/tutorials/what-is-exc_bad_access-and-how-to-debug-it--cms-24544

aataraxiaa commented 4 years ago

Cannot reproduce