Binary operator '==' cannot be applied to operands of type '[MKAnnotation]' and 'MKAnnotation'
问题 I'm working on a tvOS app, where I want to be able to swipe between annotations. I store my annotations in a Dictionary, and store the Dictionary in an Array for future use. I am simply plotting three annotations for Canada, USA, and Mexico. I want to be able to swipe on the remote between these annotations. When an annotation is clicked, it will take you to information about that country. let countriesArray = ["Canada", "Mexico", "United States of America"] var annotationArray =