You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: