Since iOS 7, you can use
scrollView.keyboardDismissMode = .Interactive
From the documentation:
UIScrollViewKeyboardDismissModeInteractiveThe keyboard follows the
dragging touch offscreen, and can be pulled upward again to cancel the
dismiss.
Since iOS 7, you can use
scrollView.keyboardDismissMode = .Interactive
From the documentation:
UIScrollViewKeyboardDismissModeInteractiveThe keyboard follows the
dragging touch offscreen, and can be pulled upward again to cancel the
dismiss.