UIRefreshControl in modal presentation context

With the new way of dismissing a modally presented view controller by pulling it down, is it still possible to use UIRefreshControl in such a context? When running my current implementation with the latest Xcode beta and iOS 13, instead of being able to pull down on the table, the whole controller gets pulled down and dismissed.


Setting modalInPresentation also doesn't work. But I wouldn't want to use that as an alternative anyway.


Do I really need to add a "refresh" button now?