I have a view in an application. The view contains a UITableView and a UIToolbar, and within the UIToolbar I have UISegmentedControl that is contained within a UIBarButtonItem object.
I can get the segmented control to link to an IBAction event, and it then acts upon a value change, but I cannot see how to add an IBOutlet to this item.
When I try to add this link, the only object that appears to want to accept the outlet link is the tableview. I would expect this to be wanting to go into an outlet on the File's Owner.
What am I missing here?