ImageSlideshow icon indicating copy to clipboard operation
ImageSlideshow copied to clipboard

Image not visible on UITableViewCell once scrolled

Open tushar666 opened this issue 4 years ago • 1 comments

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 IMG_3CDED125B51C-1

tushar666 avatar Feb 02 '21 17:02 tushar666

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)

tushar666 avatar Feb 03 '21 08:02 tushar666