shoheiyokoyama / SYBlinkAnimationKit

SYBlinkAnimationKit is a blink effect animation framework for iOS, written in Swift.
MIT License
125 stars 15 forks source link

SYLabel Color not changing #6

Open unoiatech opened 7 years ago

unoiatech commented 7 years ago

I am trying to change the color of label text but it still shows the default color.

Here is my code to update text colour :

            loadingLabel.text = "Loading"
            loadingLabel.labelTextColor =  .white
            loadingLabel.animationType = .text
            loadingLabel.startAnimating()

I tried to change colour in XIB also, but still not working.