veerreef

Results 3 comments of veerreef

in - (void)dismissSearchControllerWhileStayingActive { add [self.searchDisplayController setActive:NO]; - (void)dismissSearchControllerWhileStayingActive { // Animate out the table view. [self.searchDisplayController setActive:NO]; NSTimeInterval animationDuration = 0.3; [UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:animationDuration]; self.searchDisplayController.searchResultsTableView.alpha = 0.0;...

same probleme here :) at time the label scroll down completely..

Hello i am facing same problem you found any solution yet? Thanks :)