Issue
I'm trying to apply parallax effect when swiping between elements on collection view on Apple TV. I can't find any reasonable information how changing enablesMarqueeWhenAncestorFocused
in UILabel
to true affects to selection. I'm using "Adjust on ancestor focus" in UIImageView
and it works.
Solution
It will scroll the text horizontally when the text can't fit in a label. See https://developer.apple.com/videos/play/wwdc2018-208/?time=1514
Answered By - Howard Answer Checked By - Gilberto Lyons (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.