-
Notifications
You must be signed in to change notification settings - Fork 201
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
}
Metadata
Metadata
Assignees
Labels
No labels
