Last active
July 8, 2017 09:02
-
-
Save leoShih/3ea52d99b3784a64d3e478b8f9066bb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//照片array | |
var logoImage:[UIImage] = [ | |
UIImage(named: "Audi")!, | |
UIImage(named: "Benz")!, | |
UIImage(named: "BMW")!, | |
UIImage(named: "Ferrari")!, | |
UIImage(named: "McLaren")!, | |
UIImage(named: "Toyota")!, | |
UIImage(named: "Volkswagen")!, | |
] | |
//答案array | |
var answer:[String] = [ | |
"Audi", | |
"Benz", | |
"BMW", | |
"Ferrari", | |
"McLaren", | |
"Toyota", | |
"Volkswagen" | |
] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment