I would like for an action alert to appear when the user touches the UIPickerView on the iPhone.
I have tried connecting the picker to my alert @IBAction method in ViewController.swift but it is ignored - I do not get the usual pop-up menu when cntrl-dragging from the UIPicker to the action method. From this I can surmise that this is not possible or I am doing this incorrectly.
I added a test button and tried to connect it to the action method and got the normal 'Connect Action' pop-up menu so from this I am thinking that what I am trying to do is not allowed. My reason for wanting to do this is to provide the user with some advice/info before she uses the picker to set a field in the view.
Thanks!