UIImage
extension UIImage
                - 
                  
                  
Finds the image asset with a given name. This will first search for the image asset in the main bundle and if it is not found, it will continue to search in the other Cheetah Loyalty bundles/frameworks.
Declaration
Swift
public static func fromMainOrCheetah(named: String) -> UIImage?Parameters
imageNameImage asset given name
 
View on GitHub
        UIImage Extension Reference