cl7 / CLTypingLabel

iOS UILabel with character by character typing /typewriter animation
https://cocoapods.org/pods/CLTypingLabel
MIT License
330 stars 54 forks source link

Cannot assign value of type '[NSAttributedStringKey : Any]' to type '[String : Any]?' #12

Closed Beautistar closed 7 years ago

Beautistar commented 7 years ago

Cannot assign value of type '[NSAttributedStringKey : Any]' to type '[String : Any]?'

cl7 commented 7 years ago

Updated to swift 4

Beautistar commented 7 years ago

still same error. I have created new project and just install pod with only this CLTypingLabel. But build error occur https://prnt.sc/gxpyg4 https://prnt.sc/gxpxv9

cl7 commented 7 years ago

You are still using the old version. Run pod update to get latest

Beautistar commented 7 years ago

OK, it works. Thanks for your effort

cl7 commented 7 years ago

You are welcome!