After setting the tint of a UISearchBar
to White:
There is an extra black line between the search box and the table:
How can I remove the black line?
Just a tweak...
searchBar.layer.borderWidth = 1;
searchBar.layer.borderColor = [[UIColor whiteColor] CGColor];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With