Louis
05/11/2023, 9:47 AMCasey Brooks
05/11/2023, 2:24 PMDoes it make your iOS app look like a Android appBasically, yes. The styling on Compose for IOS uses Material for theming and widgets. While Material styling is technically just a “design language” not limited to Android (it was intentionally designed with specs for desktop apps, web, wear devices, etc), Compose for iOS does not have styling available for iOS-like HIG widgets. Compose Multiplatform redraws the entire UI on a Canvas and doesn’t bind to native UI widgets, which gives you consistent styling and behavior across all targets, but does mean that the resulting apps don’t look “native” on non-Android platforms. If you need your iOS app to use HIG widgets, Redwood by Cashapp uses the same Compose compiler and runtime, but does bind to native widgets instead of redrawing on its own Canvas. It’s still in early development and they do not recommend using it at this time, but it’s an interesting project worth keeping an eye on.
tylerwilson
05/11/2023, 4:48 PMLouis
05/11/2023, 5:03 PMtylerwilson
05/11/2023, 5:05 PMtylerwilson
05/11/2023, 5:06 PMLouis
05/11/2023, 5:12 PMitnoles
05/11/2023, 6:02 PMLandry Norris
05/12/2023, 12:36 PMtylerwilson
05/12/2023, 12:37 PM