I\'m new to coding development so this should be a pretty noob question. But I\'m trying to change the image of my UIButton to an image stored in image.casset \"duellogo\" i
Baically, use the same code you have previously to create an image from the name (rather than just specifying the name):
UIImage(named: @"duellogo")