I would to do a Quizz like the image, when clicking a country it shows the correct answer
My question : Can i Do like this :
- Each country is an UIImageView or
- Each Country is a custom UIButton.
Witch are the Best solution ?
Any Helps Please

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
UIButtons for that. In both cases you will have to solve the issue of your buttons or views being irregularly shaped.On github you can find a project by Ole Begemann which extends
UIButtonso that it only detects touches where the button’s image is not transparent.