我有 UIButton 的子类
在 init 方法中,我将目标添加到按钮
[self addTarget:self action:@selector(openList:) forControlEvents:UIControlEventTouchUpInside];
在开放列表中
[listPopOver presentPopoverFromRect:self.frame
inView:self.superview
permittedArrowDirections:UIPopoverArrowDirectionUp
animated:YES];
但是在presentPopoverFromRect( EXC_BAD_ACCESS
)上的应用