The difference between your navigation bar and search bar is because the navigation bar is translucent,the system will apply a default alpha value for the navigation bar.
Try self.navigationController.navigationBar.translucent = NO;
The difference between your navigation bar and search bar is because the navigation bar is translucent,the system will apply a default alpha value for the navigation bar.
Try self.navigationController.navigationBar.translucent = NO;