JHSpinner icon indicating copy to clipboard operation
JHSpinner copied to clipboard

Feature: changing loading text

Open mikey0000 opened this issue 7 years ago • 0 comments

I want to be able to change the message every second or so

a function like below

open func changeText(message: String) {
        self.spinner.messageLabel.text = message
    }

thanks

mikey0000 avatar Jul 06 '17 09:07 mikey0000