alexiscreuzot / KASlideShow

Ultra-basic slideshow for iOS (ARC only).
MIT License
206 stars 61 forks source link

dismissing the view controller before stopping #36

Closed omid-s closed 8 years ago

omid-s commented 8 years ago

hi, thanks for the library.. you literally saved me :D

I did see this issue how ever : when I dismiss the viewcontroller before stopping the slideShow it crashes. so I just added a [_slideShow stop] before dismissing the viewController, it'd be nice if you could fix it though:)