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
-
Parameter name: the name of the image to load
-
Returns: a UIImage instance containing the image if it exists in the traversed bundles
Parameters
Name | Description |
---|---|
name | the name of the image to load |