Hi All,
I am converting a scroll view rectangle to the windows coordinate system using "convertRect" API.(scrollView.convert(scrollView.bounds, to: nil)). The width and the height of the scroll view are set to the screen's width.
With this conversion, I am noticing a weird issue. Sometimes when the content offset (x)is set to certain float values the width of the converted rectangle is exceeding the screen width by some fractional value. Not sure why it is happening. If anyone had noticed it before & was able to find a workaround then please let me know. Any kind of explanation will greatly help.