- August 12, 2025
- Mins Read
Asyncrounously download and display images in Swift UI. Supports progress indicators, placeholders and image transitions.
SwURLImage
Asyncrounously download and display images declaratively. Supports progress indicators, placeholders and image transitions. Flexible caching options.
Flexible caching and image fetching done in background. Currently tested with basic List
as seen in Example
AsyncImage
“
It’s great that Apple now has official support for async images, however:
Unlike AsyncImage
, SwURLImage
:
SwURL is available only through Swift Package Manager
File > Swift Packages > Add Package Dependency...
master
and develop
for the most up to date changes.Get started by reading the documentation in your browser here.
The documentation includes usage examples and makes the code easier to explore.
There is also an example project in this repo that you can give a try.
Recognize your user's voice elegantly without having to figure out authorization and audio engines. SwiftSpeech Examples Features Installation Getting Started ...
Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements iOS 14.0 Installation ...
SlidingRuler is a Swift package containing a SwiftUI control that acts like an linear infinite slider or a finite, more precise ...
SkeletonUI aims to bring an elegant, declarative syntax to skeleton loading animations. Get rid of loading screens or spinners and ...