Loadable
public protocol Loadable
Represents a type that can show or hide a loading component with a message.
-
The loading message.
Declaration
Swift
var loadMessage: String { get set }
-
Shows the loading component.
Declaration
Swift
func showLoading()
-
Hides the loading component.
Declaration
Swift
func hideLoading()