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?