I am using this API in my application. The sample app given is working fine for both iOS7 and 6. After integrating it into my app Tap Gesture is not working on UILeftBarButtonItem
in iOS 7, but working in iOS 6. Please see the screen shot below:
Both UIRightBarButtonItems
are working fine and their action is getting executed but the left button is not working in iOS7
I have wasted several hours but couldn't figure out why it is not working only in iOS7. I found this thread on SO but no luck.
Any help would be greatly appreciated.