Skip to content

Latest commit

 

History

History
 
 

32-Project15-Challenge1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 15 Challenge 1

https://www.hackingwithswift.com/read/15/5/wrap-up

Challenge

From Hacking with Swift:

Go back to project 8 and make the letter group buttons fade out when they are tapped. We were using the isHidden property, but you'll need to switch to alpha because isHidden is either true or false, it has no animatable values between.

Screenshots

screenshot1