I\'ve got a custom view inside of a UIBarButtonItem, set by calling -initWithCustomView. My bar button item renders fine, but when I tap it, it doe
UIBarButtonItem
-initWithCustomView
Is your custom view eating touch events or passing them on to parent view?