mud / url-image-app

URL image view with SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLImageApp

URLImageApp is a demo app that show how use URLImage package. URLImage is a SwiftUI view that displays an image downloaded from provided URL

ImageListView is an example of using URLImage with lists inside the ListView.

ImageDetailView shows how to use URLImage standalone.

This is also a demo app for my blog post URL Image view in SwiftUI.

Running URLImageApp

You need Xcode 11 to run this code. URLImage is a package so you must have github account setup. Swift Package Manager should handle everything. Also you need to fill in your Bundle identifier to run the app.

Images

URLImageApp uses images from Unsplash via picsum.photos API.

About

URL image view with SwiftUI


Languages

Language:Swift 100.0%