mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Use split controller's top navigation controller to present toasts
This commit is contained in:
@@ -18,12 +18,12 @@ import UIKit
|
||||
|
||||
protocol SplitViewMasterPresentableDelegate: AnyObject {
|
||||
|
||||
/// Navigation router for the split view detail
|
||||
var detailNavigationRouter: NavigationRouterType? { get }
|
||||
|
||||
/// Detail items from the split view
|
||||
var detailModules: [Presentable] { get }
|
||||
|
||||
/// Shared presenter of user indicators for detail views, such as rooms
|
||||
var detailUserIndicatorPresenter: UserIndicatorTypePresenterProtocol? { get }
|
||||
|
||||
/// Replace split view detail with the given detailPresentable
|
||||
func splitViewMasterPresentable(_ presentable: Presentable, wantsToReplaceDetailWith detailPresentable: Presentable, popCompletion: (() -> Void)?)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user