Sample or Demo SWIFT code using FLAnimatedImage
问题 I'm trying to incorporate FLAnimatedImage in my Swift-based iOS application for the purposes of displaying an animated GIF. I started my importing the FLAnimatedImage.h and FLAnimatedImageView.m files and created the Bridging-Header.h without issue. I tried to load the Gif into my ImageView with this code: @IBOutlet weak var animatedImageView: FLAnimatedImageView! = animatedImageView.animatedImage = FLAnimatedImage(animatedGIFData: NSData(contentsOfFile: "chicken.gif")) ` But it fails at