Post

Replies

Boosts

Views

Activity

Reply to iOS 15 'Drag to Dismiss' Regression
Faced the same bug. The only thing that "kinda" works for me is to add these lines: if #available(iOS 15, *) { modalPresentationStyle = .fullScreen } If you are using the same workaround, don't forget to add some sort of a dismiss button.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’22