I would like to load a sample image in an IB designable UIImageView, to be shown in Interface Builder while editing the interface. The following code does not w
UIImageView
Lets pop in the swift 3 answer
let bundle = Bundle(for: self.classForCoder) ... UIImage(named: "AnImageInYourAssetsFolderPerhaps", in: bundle, compatibleWith: self.traitCollection)!