Skip to content

Releases: onevcat/APNGKit

1.1.1

28 Dec 05:57
332578c
Compare
Choose a tag to compare
Merge pull request #85 from sidepelican/fast_bg

step any frames in one tick

1.0.0

11 Oct 14:10
Compare
Choose a tag to compare

Add

  • Xcode 9 (Swift 3.2 and Swift 4) compatible.

0.6.4

04 Oct 02:48
Compare
Choose a tag to compare

Fix:

  • Frame image now respect image scaling when initialized with a scale option.

0.6.3

28 Sep 04:23
Compare
Choose a tag to compare

Fix:

  • An issue which causes crashing when initialize APNGImageView with frame.

0.6.2

28 Sep 04:20
Compare
Choose a tag to compare

Fix:

  • Set intrinsicContentSize to have better layout support.

0.6.1

12 May 06:35
Compare
Choose a tag to compare

Fix:

  • An issue which might crash when deinit APNGImageView in macOS

0.6.0

12 May 06:27
Compare
Choose a tag to compare

Add:

  • Support macOS as target.

0.5.1

14 Mar 08:06
Compare
Choose a tag to compare

Fix:

  • Now you could specify the bundle you want to search in when loading an APNGImage with name.

0.5.0

06 Mar 05:49
Compare
Choose a tag to compare

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

02 Mar 07:28
Compare
Choose a tag to compare

Fix:

  • An issue which prevents APNGKit to be compiled within a bundler context.