https://kotlinlang.org logo
#compose-ios
Title
# compose-ios
k

Kashismails

10/28/2023, 3:39 PM
How can i change the color this bottom.white bar?
@mohamed rejeb
a

Akram Bensalem

10/28/2023, 8:51 PM
This is a compose ios app ?!
m

mohamed rejeb

10/29/2023, 8:04 AM
You can set a background color before the window insets padding. It's going to change the bottom white bar color, if you want the color to be the same for the whole screen, move the background color on top of the window insets padding.
K 2
👍 2
k

Kashismails

10/29/2023, 8:14 AM
The order of modifier’s matter 🥹 🥹 🥹
👌 1
Yes @Akram Bensalem yes
p

Pablichjenkov

10/29/2023, 1:14 PM
Yes the order matters. The analogy is the same as a real paint artist working on a real canvas. The traces and color order matters right! New UI paradigm follow this analogy, is a bit different than the traditional way where one just sets a bunch of properties on a component. In this new paradigm, you are an artist 🎨🖌️👨‍🎨 and modifiers are basically your hand traces.
k

Kashismails

10/30/2023, 5:53 AM
you are right but i always seem to forget this 😞
😁 1
p

Pablichjenkov

10/30/2023, 7:51 AM
BTW that App looks really good!
k

Kashismails

10/30/2023, 7:53 AM
Its only the trailer, it has native features like camera, image uploading from gallery, server driver ui framework and so much more. We are planning to release this next month will share a complete video afterwards
p

Pablichjenkov

10/30/2023, 7:56 AM
😲😳 wow, sounds great 👍🏻
v

Vladimir

10/31/2023, 3:42 AM
@Kashismails what library did you use for camera? Is it android and ios compatible?
k

Kashismails

10/31/2023, 6:04 AM
i didnt use any library, using camerax on android side and Avcam on ios with some except actual magic.
v

Vladimir

10/31/2023, 2:53 PM
Any will to share that code? :))
5 Views