Ios swift – How to implement a pull-down button that supports multiple selection?
I had no trouble implementing a pop-up button that lets a user select from a mutually exclusive list of options. This is covered in the Pop-up buttons section of the HIG. Now I want something similar but to allow the…