You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm basically doing [superview convertRect:superview.bounds toView:nil], to use that view's frame relative to the current window, before subtracting CGRectGetMinY(endFrame).
My logic behind that is that endFrame is always relative to the current window, so the subtraction should use two rects in the same coordinate system.
The text was updated successfully, but these errors were encountered: