Skip to content

Don't show the Label in the SwiftUI Picker

   

How not to display the Label in the SwiftUI Picker. It is possible to do so by setting labelsHidden.

Picker Sample

参考: How to hide the label of a Picker, Stepper, Toggle, and more using labelsHidden()

  1. Displaying a Picker in SwiftUI
  2. Calling the transition source method from the view of the screen transition destination in SwiftUI
  3. Create a sequential numbered array in Swift
  4. Using TabView to switch screens (SwiftUI)
  5. Transition from one ListView to another (SwiftUI)
  6. Sample apps using MVP architecture
  7. Remove Storyboards from projects running iOS13 and above