Posts

Post not yet marked as solved
2 Replies
0 Views
You might use symbol.Name https://developer.apple.com/documentation/weatherkit/currentweather/symbolname Refer to SF Symbols --> Weather to get icons https://developer.apple.com/sf-symbols/ e.g. cloud.rain and more
Post not yet marked as solved
1 Replies
0 Views
Got it to work with task, thank you. Structure Task A unit of asynchronous work. https://developer.apple.com/documentation/swift/task Thanks.