In Android jetpack compose uses android Canvas to ...
# compose-ios
m
In Android jetpack compose uses android Canvas to draw Layout which makes it lightweight, could something like this be possible in the future with iOS ?
i
Android canvas uses skia under the hood. On iOS Compose uses skia directly. So, I'm not sure what exactly do you mean
m
I mean using UiKit canvas instead of skiko (skia). But I'm not sure how UiKit canvas is working and if it's possible or not.
i
We don't plan to use this approach
thank you color 1
a
Sounds interesting though…
Quartz is pretty powerful