pushPanel(_:completion:)
Pushes a new panel.
Declaration
func pushPanel(_ panel: CPMapPanel, completion: ((Bool, (any Error)?) -> Void)? = nil)func pushPanel(_ panel: CPMapPanel) async throws -> BoolParameters
- panel:
The panel to push.
- completion:
An optional block called when the panel has been pushed.