Update readme to fix some typos
This commit is contained in:
parent
2ba09192c2
commit
a7195459d9
|
@ -18,7 +18,7 @@ EXTERNAL SOURCES:
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
SDWebImage: fb387001955223213dde14bc08c8b73f371f8d8f
|
SDWebImage: fb387001955223213dde14bc08c8b73f371f8d8f
|
||||||
SDWebImageSwiftUI: 37af9cb22b2c4581e09a341d88ee96ba98c21c32
|
SDWebImageSwiftUI: 22254f3ced4f056602cd8167b64106ab6419c6e6
|
||||||
|
|
||||||
PODFILE CHECKSUM: 146734166216dd8fc1597433cc675999454ed4b2
|
PODFILE CHECKSUM: 146734166216dd8fc1597433cc675999454ed4b2
|
||||||
|
|
||||||
|
|
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
This is an experimental project for [SDWebImage](https://github.com/SDWebImage/SDWebImage).
|
This is an experimental project for [SDWebImage](https://github.com/SDWebImage/SDWebImage).
|
||||||
|
|
||||||
It aims to ensure the following function available for users and try to do some experiment for Swift platform.
|
It aims to ensure the following function available for users and try to do some experiments for Swift platform.
|
||||||
|
|
||||||
+ Swift Package Manager integration
|
+ Swift Package Manager integration
|
||||||
+ SwiftUI compatibility
|
+ SwiftUI compatibility
|
||||||
+ Swift source code compatibility
|
+ Swift source code compatibility
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ var body: some View {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
It supports both image url or image data for animated image format.
|
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.
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue