ios - How do I remove goBack events on UIButtons in UIPageViewControllers? -


in xcode project (ios 5.1) have been using uipageviewcontroller, noticed when tap on button automatic action send gobackevent , flip page previous index.

i bewildered because checking on responders uibutton haven't been associated goback event or other event matter.

any clues on how remove behavior?

ok, after more searching realized happening.

apparently uibutton isn't throwing goback event; since button in left field of uipageviewcontroller subview uitapgesture captured on region , initiates goback event.

the same thing happen if uibutton on right side of uipageviewcontroller, cause goforward event instead.

the details on how fix problem in question: uipageviewcontroller gesture recognizers


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -