Other Functions
The following functions are available globally.
- 
                  
                  
Returns an optional
UIImageinstance with the givennamepreferably from the client’s bundle.Declaration
Swift
public func UIImageNamedPreferred(named name: String) -> UIImage?Parameters
nameThe name of the image file without file extension.
Return Value
Image if found with name.
 - 
                  
                  
Returns a localized string resource preferably from the client’s bundle.
Declaration
Swift
public func NSLocalizedStringPreferredFormat(_ key: String, fallbackKey: String = "", comment: String, isCustomizable: Bool = true) -> StringParameters
keyThe key to search for in the strings file.
commentThe corresponding comment.
Return Value
String resource for the given key.
 
    
        
            View on GitHub
          
      Other Functions  Reference