Join Slack
Powered by
no such way available. I’m setting textView.text =...
# getting-started
j
jp
01/10/2018, 10:49 AM
no such way available. I’m setting textView.text = “” but unable to do so for TextColor
k
kingsley
01/10/2018, 3:13 PM
The API is weird. I have this extension property to work around it:
Copy code
var TextView.textColor: Int get() = currentTextColor set(value) = setTextColor(value)
Open in Slack
Previous
Next