If you are seeing black lines like in the image above when using
searchController.searchBar.barTintColor = YOUR_COLOR
try UISearchBarStyle.Minimal to make them disappear.
searchController.searchBar.searchBarStyle = UISearchBarStyle.Minimal
Reported as bug 22668614.


Workaround included in original post.