Why doesn\'t this work in swift 3 ? It crashes at runtime saying:
\'-[my_app_name.displayOtherAppsCtrl tap:]: unrecognized selector sent to instanc
Swift 3 came with new syntax so instead of using Selector("tap:"), #selector(tap(gestureReconizer:)) is