-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
I have two coordinators, ModuleA and ModuleB. ModuleB needs to be displayed as a modal using Presentr but whenever I try to do customPresentViewController it displays it as overFullScreen instead of a modal.
func startWithPresentr(withCallback: CoordinatorCallback?) {
presentingViewController.customPresentViewController(presentr, viewController: rootViewController, animated: true, completion: nil)
}
Any ideas on how to show ModuleB as a modal?
Metadata
Metadata
Assignees
Labels
No labels