UILabel
extension UILabel
-
Show a temporary status string in a label, replacing its current value. After some amount of time elapses, restore the label to the original content.
Declaration
Swift
public func showStatus(_ status: String, duration: Double = 1.0)Parameters
statusthe value to show
durationthe amount of time to show the status value
View on GitHub
UILabel Extension Reference