Releases: onevcat/APNGKit
Releases · onevcat/APNGKit
1.1.1
Merge pull request #85 from sidepelican/fast_bg
step any frames in one tick
1.0.0
Add
- Xcode 9 (Swift 3.2 and Swift 4) compatible.
0.6.4
Fix:
- Frame image now respect image scaling when initialized with a
scale
option.
0.6.3
Fix:
- An issue which causes crashing when initialize
APNGImageView
with frame.
0.6.2
Fix:
- Set
intrinsicContentSize
to have better layout support.
0.6.1
Fix:
- An issue which might crash when deinit
APNGImageView
in macOS
0.5.1
Fix:
- Now you could specify the bundle you want to search in when loading an
APNGImage
with name.
0.5.0
Fix
- Use a GCD-based timer to update APNG animation. This should solve a potential problem that the animation being stuck while performing some heavy drawing work.
0.4.5
Fix:
- An issue which prevents APNGKit to be compiled within a bundler context.