79827283

Date: 2025-11-22 11:18:02
Score: 0.5
Natty:
Report link

To match the reference screenshot, you need to use the Picker's label (title):

Picker("Sort direction", selection: $sortDirection) {
    Text("Oldest first").tag("asc")
    Text("Newest first").tag("desc")
}
.pickerStyle(.inline)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Firdavs Khaydar