mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-05-17 13:17:05 +02:00
Add Async image loading
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<a href="https://itunes.apple.com/app/id1446635818" target="_blank"><img align="left" src="https://github.com/ivanvorobei/SwiftUI/blob/master/Resources/icon.png" width="80"/></a>
|
||||
|
||||
Examples projects using `SwiftUI`.
|
||||
Examples projects using `SwiftUI` & `Combine`.
|
||||
Include Layout, UI, Animations, Gestures, Draw and Data. See projects files in `Examples` folder. If you have project, make a pull request or create issue with link to repo. See section [Authors](#authors).
|
||||
|
||||
## Navigate
|
||||
@@ -15,6 +15,7 @@ Include Layout, UI, Animations, Gestures, Draw and Data. See projects files in `
|
||||
- [Example To-Do App](#example-to-do-app)
|
||||
- [iPadOS Scenes](#ipados-scenes)
|
||||
- [Combine using GitHub API](#combine-using-github-api)
|
||||
- [Async image loading](#async-image-loading)
|
||||
- [Interfacing With UIKit](#interfacing-with-uikit)
|
||||
- [GitHub Search](#github-search)
|
||||
- [Time Travel](#time-travel)
|
||||
@@ -56,6 +57,10 @@ Include Layout, UI, Animations, Gestures, Draw and Data. See projects files in `
|
||||
|
||||
<img src="Resources/CombineUsingGitHubAPI.png" width="260">
|
||||
|
||||
#### Async image loading
|
||||
|
||||
<img src="Resources/AsyncImageLoading.gif" width="250">
|
||||
|
||||
#### Interfacing With UIKit
|
||||
|
||||
<img src="Resources/InterfacingWithUIKit.png" width="650">
|
||||
|
||||
Reference in New Issue
Block a user