In Swift, I try to make animation for just one character inside a text inside UITextView. But since the text is not a UIView, and since I cannot convert this text to UIView, I cannot animate it. Any suggestions?
Asked
Active
Viewed 170 times
0
-
1Please be more specific about your animation – אורי orihpt Sep 25 '20 at 13:27
-
@TLGCodin' I mean just animating the text, changing its alpha maybe. Like UIView.animate(withDuration.. etc.). But not the textView, only one character of the text – Anthon Santhez Sep 25 '20 at 13:35
-
1Check this out @AnthonSanthez https://stackoverflow.com/a/28246242/6178714 – Pastre Sep 25 '20 at 15:16
-
1@Pastre thank you very much! That was exactly what I was looking for! – Anthon Santhez Sep 25 '20 at 18:28