ToastStyle
public enum ToastStyle
                Different types of Toast Style
- 
                  
                  
Undocumented
Declaration
Swift
case error - 
                  
                  
Undocumented
Declaration
Swift
case warning - 
                  
                  
Undocumented
Declaration
Swift
case success - 
                  
                  
Undocumented
Declaration
Swift
case info - 
                  
                  
Undocumented
Declaration
Swift
case debug - 
                  
                  
Undocumented
Declaration
Swift
case custom - 
                  
                  
The color chosen for the Toast Style
Declaration
Swift
public var color: UIColor { get } 
View on GitHub
        ToastStyle Enumeration Reference