Delay when I'm resign the keyboard after scrolling the tableview
I implemented
scrollViewWillBeginDragging:(UIScrollView *)scrollView{ [searchBar
resignFirstResponder];} to dismiss the keyboard when I begin scrolling the
tableview on the search page. But there is a kink and a delay before the
table can smoothly scroll. Help?
No comments:
Post a Comment