When adding an IBAction by ctrl + drag it is possible to see this menu:
But how can I access it when IBAction is already created? How can I see or edit the values selected in this menu?
>Solution :
You can check IBAction already existed in xib or storyboard by click on view / view controller -> on the right menu, select Show the connections inspector
Then at the bottom, check Received Actions section:


