Skip to content

Commit 22d5973

Browse files
committed
Update the readme about coordinator
1 parent b841326 commit 22d5973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ var body: some View {
106106
- [x] Supports animation control using the SwiftUI Binding
107107
- [x] Supports indicator and transition powered by SDWebImage and CoreAnimation
108108
- [x] Supports advanced control like loop count, incremental load, buffer size
109+
- [x] Supports coordinate with native UIKit/AppKit/WKInterface view
109110

110111
Note: `AnimatedImage` supports both image url or image data for animated image format. Which use the SDWebImage's [Animated ImageView](https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage#animated-image-50) for internal implementation. Pay attention that since this base on UIKit/AppKit representable, if you need advanced customized layout and animation, you need CoreAnimation to help.
111112

0 commit comments

Comments
 (0)