Catalyst Dropdown

I am trying to add a dropdown list in my SwiftUI catalyst app. from what I read you have to use the picker, but it does not let you use the popupbuttonpicker style on iOS. so how can I achieve a Mac style dropdown list in catalyst? I assume I have to basically roll my own out using views and popups?

You'll want to check out this year's WWDC session: https://developer.apple.com/videos/play/wwdc2020/10056/

There's a whole new idiom you can run your Mac Catalyst in that will enable the Pop Up Button/Picker.

Whether you're looking for drop-down or pop-up matters though. Pop-up is currently only supported in SwiftUI as Picker
Catalyst Dropdown
 
 
Q