STPopup icon indicating copy to clipboard operation
STPopup copied to clipboard

Pass the touch event of the custom navigation bar

Open acerbetti opened this issue 8 years ago • 2 comments

Intercepting all the touch event when the bar is draggable has some side effect. For example is impossible to tap on the back left button in a master/detail relationship

acerbetti avatar Mar 11 '16 00:03 acerbetti

@kevin0571 can you provide some feedback here?

mbjacks avatar Apr 28 '16 16:04 mbjacks

Sorry for late reply. In this case(in master/detail relationship), I would suggest you disable the "draggable" of navigation bar by setting:

popupController.navigationBar.draggable = NO;

@mbjacks any concern of this?

kevin-lyn avatar Apr 29 '16 02:04 kevin-lyn