Debugging Faux Delegate calls
Debugging Faux Delegate calls
- Subject: Debugging Faux Delegate calls
- From: email@hidden
- Date: Mon, 19 Oct 2015 14:11:48 -0700
I have 4 NSComboBoxes in a view. I have a controller class which acts as the delegate for these ComboBoxes. For some reason, after a period of time, and I am trying to figure out why this is happening, when I enter ComboBoxA, my delegate is invoked, but when I query the ComboBox making the call, it is different from the box I am in. These ComboBoxes are IBOutlets to ComboBox’s in my nib/xib.
Any ideas on how best to debug this? I have no setters for ComboBoxes so I am not inadvertently changing them in the background.
Thanks,
Patrick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden