Thank you, your link provided correct solution. .compositingGroup() was needed on both pickers :) Thank you, again!
Post
Replies
Boosts
Views
Activity
I'm not sure that is correct. This specific code used to work just 24 hours ago. Also, as you can see on the on the code, there is a frame of maxWidth of 60 on each. That used to be about 35% of the screen. I confirmed this by placing borders on the pickers. Finally, I forgot to mention I did add Pickerstlye(.wheel) but I forgot to include it in here. Speaking of frames, I also tried using GeometryReader and then screenwidth/2 (even divide by 3 or 4) and did not work. The clipping I feel is necessary, is it not?