I've added a search controller using the storyboard and added in the search controller programmatically. I'm having a bit of trouble centering the search bar vertically so that it's not touching the top navigation bar (see photo). How I added the search bar code is posted below.
Any help is appreciated.
self.navigationItem.searchController = self.searchController;
self.navigationItem.hidesSearchBarWhenScrolling = NO;