ImageSlideshow
ImageSlideshow copied to clipboard
Image not visible on UITableViewCell once scrolled
Have implemented the pod in my app, at the very first the images and slider is working as expected, but once the cell is out of view and on revisit the images are lost, but the page control is visible with slide

The issue was coz of this below line, on commenting it working now, but not with the below line when in use. //mainImageView.activityIndicator = DefaultActivityIndicator(style: .gray, color: .white)