Creating a Dropdown Picker in SwiftUI

Jean-Marc Boullianne

Jean-Marc Boullianne
Level Up Coding
Published in
4 min readMar 20, 2021

--

The default Pickers in SwiftUI don’t leave you much opportunity for styling or customization. Today I’ll walk through creating a custom dropdown picker that you can use in your next iOS project.

Screenshot of DropdownPicker expanded

If you found this tutorial helpful, please consider subscribing using this link, and if you aren’t reading this on TrailingClosure.com, please…

--

--