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)]
}