Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. - (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer {
  2. return YES;
  3. }
  4.  
  5. Thread 1, Queue : com.apple.main-thread
  6. #0 0x3a80cb66 in objc_msgSend ()
  7. #1 0x32e23f9a in -[UIGestureRecognizer _delegateCanPreventGestureRecognizer:] ()
  8. #2 0x32cce418 in -[UIGestureRecognizer _isExcludedByGesture:] ()
  9. #3 0x32c9410e in _UIGestureRecognizerUpdate ()
  10. #4 0x32ccd1b4 in -[UIWindow _sendGesturesForEvent:] ()
  11. #5 0x32cccb62 in -[UIWindow sendEvent:] ()
  12. #6 0x32ca1f58 in -[UIApplication sendEvent:] ()
  13. #7 0x32ca0746 in _UIApplicationHandleEventQueue ()
  14. #8 0x304e2f26 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ ()
  15. #9 0x304e23ee in __CFRunLoopDoSources0 ()
  16. #10 0x304e0bde in __CFRunLoopRun ()
  17. #11 0x3044b540 in CFRunLoopRunSpecific ()
  18. #12 0x3044b322 in CFRunLoopRunInMode ()
  19. #13 0x351822ea in GSEventRunModal ()
  20. #14 0x32d021e4 in UIApplicationMain ()
  21. #15 0x000df478 in main at /path/to/main.m:17
  22. #16 0x000df398 in start ()
  23.  
  24. self.navigationController.interactivePopGestureRecognizer.delegate = nil;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement