Play gif images in Swift mode and play gif images in swift mode.

Source: Internet
Author: User

Play gif images in Swift mode and play gif images in swift mode.

Play GIF images in Swift

Import UIKitimport ImageIOclass ViewController: UIViewController {@ IBOutlet weak var imageView: UIImageView! Override func viewDidLoad () {super. viewDidLoad () // load the GIF image and convert it to the Data type. "my.gif is a GIF image" guard let path = Bundle. main. path (forResource: "my.gif", ofType: nil) else {return} guard let data = NSData (contentsOfFile: path) else {return} // read data from data: convert data to CGImageSource object guard let imageSource = CGImageSourceCreateWithData (data, nil) else {return} let imageCount = CGImageSourceGetCount (imageSource) // convenience for all images var images = [UIImage] () var totalDuration: TimeInterval = 0 for I in 0 ..
 


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.