Add Async image loading

This commit is contained in:
Ivan Vorobei
2019-06-06 22:24:34 +03:00
parent dbabd124fb
commit bcedea412a
914 changed files with 164 additions and 1 deletions
+6 -1
View File
@@ -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">