Help with a loop to return UIImage from possible matches
- by Canada Dev
I am parsing a list of locations and would like to return a UIImage with a flag based on these locations.
I have a string with the location. This can be many different locations and I would like to search this string for possible matches in an NSArray, and when there's a match, it should find the appropriate filename in an NSDictionary.
Here's an…