appbrewery / Flash-Chat-iOS13

Starter code for the Flash Chat project in the Complete iOS Development Bootcamp
https://www.appbrewery.co
63 stars 394 forks source link

animateLogo #4

Closed MerouaneBellaha closed 4 years ago

MerouaneBellaha commented 4 years ago

animate the logo by looping over a String and append each letter in the titleLabel.text with a delay. used a forEach loop instead of the for in loop showed in the course.