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 goback
event , 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
Post a Comment