SlidableImage icon indicating copy to clipboard operation
SlidableImage copied to clipboard

CustomArrowImage Center

Open H0neyHunter opened this issue 10 months ago • 1 comments

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.

H0neyHunter avatar May 03 '24 13:05 H0neyHunter