PullUpController
PullUpController copied to clipboard
half open scrolling issue
trafficstars
when search view controller is half opened the scorlling is not working. I have also used func gestureRecognizer(gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWithGestureRecognizer otherGestureRecognizer: UIGestureRecognizer) -> Bool { return true }
but not works. Please help