- Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
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 } Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
