Detect when user pick same value in Picker to change sort order – Ios swift
I'm trying to sort a list using Picker inside a Menu as in the image the picker is working and sorting is working, the missing part is sorting order the goal behavior: when user select a sort field and the…