Sometimes when building an application it would be useful to pass arguments to a
selector. In my tutorial
[https://programmingwithswift.com/expand-collapse-uitableview-section-with-swift/] on hiding
tableview sections, this would have been useful, but instead I had to use a tag.
Selectors do not work work the same way that a normal