iOS13中的卡片视图如何向下滑动关闭

How do you close card view in iOS 13 by sliding it down

每次我从新的 iOS 13 张卡片视图执行 segue 时,无论出于何种原因,它偶尔都会弄乱我的 UI 更改。而不是用户手动向下滑动它以离开视图,我如何以编程方式执行此 "swipe down" segue?

self.dismiss(animated: true, completion: nil)

希望对您有所帮助。