UIImage

extension UIImage
  • Undocumented

    Declaration

    Swift

    public class func gif(data: Data) -> UIImage?
  • Undocumented

    Declaration

    Swift

    public class func gif(url: String) -> UIImage?
  • Undocumented

    Declaration

    Swift

    public class func gif(name: String, viewcontroller: UIViewController) -> UIImage?
  • Undocumented

    Declaration

    Swift

    public class func gif(asset: String) -> UIImage?
  • Undocumented

    Declaration

    Swift

    public func pixelBuffer(width: Int, height: Int) -> CVPixelBuffer?