Repository Details
Shared by


HelloGitHub Rating
0 ratings
Free•MIT
Claim
Discuss
Collect
Share
2.2k
Stars
No
Chinese
Swift
Language
No
Active
48
Contributors
9
Issues
No
Organization
5.4.4
Latest
219
Forks
MIT
License
More

高性能且上手容易的 Swift GIF 库。示例代码:
```swift
import SwiftyGif
do {
let gif = try UIImage(gifName: "MyImage.gif")
let imageview = UIImageView(gifImage: gif, loopCount: 3) // Use -1 for infinite loop
imageview.frame = view.bounds
view.addSubview(imageview)
} catch {
print(error)
}
```
Included in:
Vol.44
Comments
Rating:
No comments yet