Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save RaajeevChandran/6e68230537b51b4db63ad2a44467b58e to your computer and use it in GitHub Desktop.

Select an option

Save RaajeevChandran/6e68230537b51b4db63ad2a44467b58e to your computer and use it in GitHub Desktop.
private func dismiss(withInteraction: Bool) {
transitioningDelegate?.transition.wantsInteractiveStart = withInteraction
presentedViewController.dismiss(animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment