I'm studying SwifUI using iOS App Dev tutorials. In the Passing Data with Bindings section, there's problem.
While making ThemePicker View, and then import to the Detail Edit View,
In the Tutorial it has to shown like this
but mine is showing like this.
I heard that there's change in the Picker View on ios 16.
If I want to display like tutorial, I have to import .pickerStyle(.navigationLink)
If I put this code, it displays as I expected but the main function of "Picker" is not working. How can I fix this...? 🥹