Hi!
I have a level progress bar with UISlider setup. As time progresses (level) slider moves to the end, I want to be able to mark certain points on the slider, for example sections of the level that are reached. In order to do this I need position of the right edge of the slider bar, then I should be able to instantiate a sprite over slider to mark that position.
Any ideas how to do it? Thanks!