iOS13 UIModalPresentationStyle default breaks touchesMoved

As of iOS13 beta 6, A UIViewController's UIModalPresentationStyle defaults to .pageSheet instead of .fullScreen. This appears to break any touch control such as touchesMoved since the .pageSheet style consumes touch and moves the page up and down.


Solution, use .fullScreen when touch control needed on presented view.