Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition Bug (formSheet) / Screenshot #111

Open
StefaniOSApps opened this issue Jan 28, 2020 · 4 comments
Open

Transition Bug (formSheet) / Screenshot #111

StefaniOSApps opened this issue Jan 28, 2020 · 4 comments

Comments

@StefaniOSApps
Copy link

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
   }
@StefaniOSApps StefaniOSApps changed the title Tradition Bug (formSheet) / Screenshot Transition Bug (formSheet) / Screenshot Jan 28, 2020
@abakhtin
Copy link

Hi @StefaniOSApps did you resolve this issue?
Thanks in advance, Alexey

@StefaniOSApps
Copy link
Author

I don't use this framework anymore @abakhtin

@abakhtin
Copy link

@varabeis is it critical issue about modal presentation?

@ivanvorobei
Copy link
Owner

@varabeis sorry, this repo not already supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants