原文:UIButton does not respond to touchupinside when in a uipopover
I added a button to my UIPopoverController but it appears to not respond to touches. I don t know if I am supposed to set some property on the UIPopoverController or what. Here is the code that ...