SlidableImage
SlidableImage copied to clipboard
CustomArrowImage Center
let customArrowImage = UIImage(named: "arrow3535") I am trying to change the scrollable icon arrow in the middle with slideableImage.sliderCircle = SlidableImage.Factory.makeSliderCircle(sliderImage: customArrowImage), but the old right-left arrow still remains and is fixed. When I try to add a new one it doesn't appear.