In an XCode project (iOS 5.1) where I have been using UIPageViewController
, I noticed that when I tap on any button the automatic action is to send the goBack
event and flip the page back to the previous index.
I am bewildered by this because checking on the responders for the UIButton
they haven't been associated to the goBack
event or any other event for that matter.
Any clues on how to remove this behavior?