I'm currently working with nibs need to change the images based on their tag programmatically based on country. I've tried:
vc.view.viewWithTag(8).image = UIImage(named:"image")
but it throws an error "Value of type UIView has no member image", any clue on how to do this?