UIViewController
Undocumented
-
Presents the level and the message in a custom presenter or in a UIAlertViewController as default - parameter level: The level of the info. The value can be a LevelType which appears as a string like e.g.
Error
orWarning
- parameter messsage: The main content of the message. The value can be a custom string.Declaration
Swift
func showInfo(level: LevelType, message: String, onlyDebug: Bool = false, shouldReport: Bool = true)Parameters
levelThe level of the info. The value can be a LevelType which appears as a string like e.g. “Error” or “Warning”
messsageThe main content of the message. The value can be a custom string.
View on GitHub
UIViewController Extension Reference