Presentable
protocol Presentable : AnyObject
Base Protocol that all presenter protocols should conform to.
-
Display a specific error in the screen
Declaration
Swift
func displayError(_ error: Error)Parameters
errorthe error to be displayed
Presentable Protocol Reference