Get UISlider thumb rect in vertical position

618 views Asked by At

I'm using UISlider in vertical position by transforming.

slider.transform =  CGAffineTransformMakeRotation(M_PI_2);

But I've to show the tooltip on the left side of slider's thumb. Unless I don't know the rect of the thumb, I cannot show the popover which will look like tooltip view.

Is it possible?

0

There are 0 answers