showing the current image view on iCarousel swift4

293 Views Asked by At

I have iCarousel installed in my app, and I have the code below working that gives me the current view of the carousel. I just want to know how to make that view show on a different view controller? this is what I have so far.

func carouselDidEndScrollingAnimation(_ carousel: iCarousel) {
var frontView = [carousel.itemView(at: carousel.currentItemIndex)]
}
0

There are 0 best solutions below