Skip to content

Commit 72c604d

Browse files
committed
Update the readme chapter of FAQ
1 parent a6f495a commit 72c604d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,18 @@ func application(_ application: UIApplication, didFinishLaunchingWithOptions lau
198198

199199
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.
200200

201+
## Documentation
202+
203+
+ [SDWebImageSwiftUI API documentation](https://sdwebimage.github.io/SDWebImageSwiftUI/)
204+
+ [SDWebImage API documentation](https://sdwebimage.github.io/)
205+
201206
## FAQ
202207

203208
### Common Problems
204209

205210
+ Using Image/WebImage/AnimatedImage in Button/NavigationLink
206211

207-
SwiftUI's button apply overlay to its content (except Text) by default, this is common mistake to write code like this, which cause strange behavior:
212+
SwiftUI's `Button` apply overlay to its content (except `Text`) by default, this is common mistake to write code like this, which cause strange behavior:
208213

209214
```swift
210215
// Wrong
@@ -227,11 +232,6 @@ Button(action: {
227232
.buttonStyle(PlainButtonStyle())
228233
```
229234

230-
## Documentation
231-
232-
+ [SDWebImageSwiftUI API documentation](https://sdwebimage.github.io/SDWebImageSwiftUI/)
233-
+ [SDWebImage API documentation](https://sdwebimage.github.io/)
234-
235235
## Demo
236236

237237
To run the example using SwiftUI, following the steps:

0 commit comments

Comments
 (0)