I am building an iOS app with Xcode. In that app is a SpringLabel, with displays a text variable. I would like the text to scroll when the text string is too long to display across the whole screen. I found out I could use MarqueeLabel with can be downloaded from GitHub, but I have no idea on how to implement it into my project. I don't know much about programming.
Thanks!