mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Introduce new methods to split view presentable
This commit is contained in:
@@ -27,6 +27,15 @@ protocol SplitViewMasterPresentableDelegate: AnyObject {
|
||||
/// Stack the detailPresentable on the existing split view detail stack
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToStack detailPresentable: Presentable, popCompletion: (() -> Void)?)
|
||||
|
||||
/// Replace split view detail with the given modules
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToReplaceDetailsWith modules: [PresentableModule])
|
||||
|
||||
/// Stack modules on the existing split view detail stack
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToStack modules: [PresentableModule])
|
||||
|
||||
/// Pop to module on the existing split view detail stack
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToPopTo module: Presentable)
|
||||
|
||||
/// Reset detail stack with placeholder
|
||||
func splitViewMasterPresentableWantsToResetDetail(_ presentable: Presentable)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user