I am using image slide show inside table view but the horizontal alignment is not working properly that is if the number of images are more then there is more padding to the left or right side and if the number of images are less then the indicator even gets hidden.
I am using image slide show inside table view but the horizontal alignment is not working properly that is if the number of images are more then there is more padding to the left or right side and if the number of images are less then the indicator even gets hidden.
Code
imageSlider.pageIndicatorPosition = PageIndicatorPosition(horizontal: .right(padding: 0), vertical: .customBottom(padding: 12))
Output