Questions tagged [interactive-dismissal]

3 questions
6
votes
0 answers

Disabling interactive dismissal of presented view controller on iOS 13 when dragging from the main view

TLDR: Looking for a solution to enable interactive dismissal when dragging down from the navigation bar, but not from the view controller's view. Introduction iOS 13 modal view controllers allow for disabling the interactive dismissal in a few…
Eneko Alonso
  • 18,884
  • 9
  • 62
  • 84
0
votes
1 answer

Swift - Interactive dismiss of View Controller completion handler

In iOS 13 and above the default modal presentation style of a view controller allows you to dismiss it interactively. The thing is I need to know when a view controller is dismissed, to perform some actions. Unfortunately, I cannot use…
Sotiris Kaniras
  • 520
  • 1
  • 12
  • 30
0
votes
0 answers

MKMapView freezes on interactive modal dismissal

Interactive dismissal of a modally presented view controller containing a MKMapView freezes the animation. I do not share any code since the steps to reproduce the issue is very simple. You even do not need any code. You can reproduce via…