Update the readme about documentation

This commit is contained in:
DreamPiggy 2019-11-12 17:39:30 +08:00
parent aa03216882
commit bab0072e8c
1 changed files with 7 additions and 1 deletions

View File

@ -163,7 +163,13 @@ If you need animated image, `AnimatedImage` is the one to choose. Remember it su
But, because `AnimatedImage` use `UIViewRepresentable` and driven by UIKit, currently there may be some small incompatible issues between UIKit and SwiftUI layout and animation system, or bugs related to SwiftUI itself. We try our best to match SwiftUI behavior, and provide the same API as `WebImage`, which make it easy to switch between these two types if needed.
For more information, it's really recommended to check our demo below, to learn detailed API usage.
For more information, it's really recommended to check our demo, to learn detailed API usage. You can also have a check at the latest API documentation, for advanced usage.
## Documentation
+ [SDWebImageSwiftUI API documentation](https://sdwebimage.github.io/SDWebImageSwiftUI/)
+ [SDWebImage API documentation](https://sdwebimage.github.io/)
+ [SDWebImage Wiki](https://github.com/SDWebImage/SDWebImage/wiki/)
## Demo