Skip to content

Transition Bug (formSheet) / Screenshot #111

@StefaniOSApps

Description

@StefaniOSApps

see gif
OhneTitel2

   func present(animated: Bool = false) -> Self {
      let controller = self.viewController ?? createViewController()
      let transitionDelegate = SPStorkTransitioningDelegate()
      transitionDelegate.customHeight = 100
      controller.transitioningDelegate = transitionDelegate
      controller.modalPresentationStyle = .custom
      controller.modalPresentationCapturesStatusBarAppearance = false
      navigationController.hero.isEnabled = false
      navigationController.present(controller, animated: true, completion: nil)
      return self
   }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions