EXTENSION

UIImage

public extension UIImage

Methods

bundledImage(named:)

static func bundledImage(named name: String) -> UIImage?

Loads a UIImage by traversing the container bundles, starting from the current app bundle and then fallback to IdsvrUIKit framework on fail

Parameters

Name Description
name the name of the image to load