NavigationStatusPresenter
public protocol NavigationStatusPresenter : AnyObject
This protocol defines a UI Component that is capable of presenting a status message.
-
Shows the status view for a specified amount of time.
Declaration
Swift
func showStatus(title: String, spinner: Bool, duration: TimeInterval, animated: Bool, interactive: Bool)