what is a best way to do image loader for iOS?
# compose-ios
i
what is a best way to do image loader for iOS?
d
Raster, Vector or both?
In either case though; underlying Skia already provides API's to load raster & vector images from 'Data' which is easily converted to from
ByteArray
So the gap to fill is really just
expect
/ `actual`ing some data loading from your source of choice.
i
NSData to ByteArray?
d
Yes, Google 😊 (Outside on mobile ATM)