CustomPresentableNavigationController.swift 328 B

123456789
  1. //
  2. // SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
  3. // SPDX-License-Identifier: GPL-3.0-or-later
  4. //
  5. class CustomPresentableNavigationController: UINavigationController, CustomPresentable {
  6. var dismissalGestureEnabled: Bool = true
  7. var transitionManager: UIViewControllerTransitioningDelegate?
  8. }