Skip to content

Instantly share code, notes, and snippets.

@hungtruong
Last active December 3, 2017 17:16
Show Gist options
  • Save hungtruong/31604eff878378e75f12d5520e8e313d to your computer and use it in GitHub Desktop.
Save hungtruong/31604eff878378e75f12d5520e8e313d to your computer and use it in GitHub Desktop.
/// Prevents the user from swiping up to dismiss the app.
override func preferredScreenEdgesDeferringSystemGestures() -> UIRectEdge {
return UIRectEdge.bottom
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment