You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@
11
11
12
12
This is an experimental project for [SDWebImage](https://github.com/SDWebImage/SDWebImage).
13
13
14
-
It aims to ensure the following function available for users and try to do some experiment for Swift platform.
14
+
It aims to ensure the following function available for users and try to do some experiments for Swift platform.
15
15
16
16
+ Swift Package Manager integration
17
17
+ SwiftUI compatibility
18
18
+ Swift source code compatibility
19
19
20
-
Note we do not gurantee the public API stable for current status. Since Xcode 11 is not get released and SwiftUI is a new platform for us.
20
+
Note we do not guarantee the public API stable for current status. Since Xcode 11 is not get released and SwiftUI is a new platform for us.
21
21
22
22
## Requirements
23
23
@@ -81,7 +81,7 @@ var body: some View {
81
81
}
82
82
```
83
83
84
-
It supports both image url or image data for animated image format.
84
+
It 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.
0 commit comments