You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like SVGView(contentsOf: url) downloads an image synchronously on the main thread 😳 Is there a way to make it download asynchronously on background thread? Like KingFisher library does it: KFImage(url).
Also I can't find any documentation. It would be very helpful.
The text was updated successfully, but these errors were encountered:
RoBo-Inc
changed the title
SVGView(contentsOf: url) question
SVGView(contentsOf: url) asynchronous question
Mar 15, 2024
Looks like
SVGView(contentsOf: url)
downloads an image synchronously on the main thread 😳 Is there a way to make it download asynchronously on background thread? Like KingFisher library does it:KFImage(url)
.Also I can't find any documentation. It would be very helpful.
The text was updated successfully, but these errors were encountered: