Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

'Writing Code' animation?

How can i have a set paragraph of text that when the view loads it looks like code is being written? (Like this https://www.dropbox.com/s/tq66bn0b2tssn5i/Untitled.mp4?dl=0 ) Language- Swift

2 Answers

You would have to loop through and array of text with a waiting time between each cycle.

How exactly can I do that?

Well do you have any background in Swift programming or are you knew to programming?

I'm still reletively new

I'd recommend you take some of the Swift Courses on here before you tackle a project like that.