I find the default color of the empty line is gray, and I want to change it to red. and implement the following code.
self.btnDownload.stopDownloadButton.tintColor = UIColor.red
But it does not work, it only makes the filledLine color changed.
Who knows how to change the color of empty line?